import dayjs from 'dayjs'; export declare const useFormatValue: (props: any) => (realValue: any) => any; export declare function useMinAndMax(): { getMin: (min: any) => dayjs.Dayjs; getMax: (max: any) => dayjs.Dayjs; }; export declare const useFormatLabel: (onFormatLabel: any) => any;