import type { Dayjs } from 'dayjs'; import type { EventValue, PickerMode } from 'rc-picker/es/interface'; import type { ProFieldDatePresetFormatType } from '../interface'; export declare const formatDay: (d: EventValue, f: string, begin?: boolean) => number | null; export declare const PRESET_FORMAT_MAP: Record; export declare const PRESET_FORMAT_TIME_MAP: Record; export declare const PRESET_FORMAT_PICK_MAP: Record;