export declare const IdsDatePickerCommonAttributes: string[]; export declare const MIN_MONTH = 0; export declare const MAX_MONTH = 11; export declare const MONTH_KEYS: string[]; export declare const PICKLIST_LENGTH = 6; export declare const getDateValuesFromString: (val: string | null) => { month: number; day: number; year: number; };