export declare const weeks: string[]; export declare const defaultData: () => { id: string; value: any[]; }[]; export declare const defaultDateTime: { id: string; value: string[]; }[]; export declare const getIndex: (index: any) => any; export declare const getLast: (index: any, array: any) => any; export declare const getFormatData: (data: any) => any; /** * 动态获取日期时间数组的下标 */ export declare const getCurrentYearIndex: () => any; export declare const getCurrentMonthIndex: () => any; export declare const getCurrentHoursIndex: () => any; export declare const getCurrentMinutesIndex: () => any; export declare const getCurrentSecondsIndex: () => number; export declare const isSpace: (str: any) => boolean; export declare const getIOSNotNaNDate: (data: any) => any; export declare const getLastDate: () => string; export declare const getStartDate: () => string; export declare const isTime: (date: any) => boolean;