export declare const PREFIX_CLS: string; export declare const PREFIX_CLS_DATE_SELECTED: string; export declare const days: string[]; export declare const monthsNum: string[]; export declare const months: string[]; export declare const sides: { t: string; r: string; b: string; l: string; c: string; }; export declare const events: string[]; export declare function noop(): void;