import { IGenerateDateConfig, IPickerType } from '../types';
export declare const dateConfig: Record<IPickerType, IGenerateDateConfig>;
