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