import type { ConfigType, Dayjs } from 'dayjs'; export declare function dayjsable(value: ConfigType, format?: string): Dayjs; export declare function dayjsable(value: ConfigType[], format?: string): Dayjs[]; export declare const formatDayjsValue: (value: any, format: any, placeholder?: string) => string | string[];