export declare const cx: (...params: Array) => string; export declare const isValidDate: (str: string) => boolean; export declare const isValidDates: (arr: Array) => boolean;