import { VanillaCalendar } from '../../vanilla-calendar'; export declare const ArrowPrev: (self: VanillaCalendar) => string; export declare const ArrowNext: (self: VanillaCalendar) => string; export declare const Month: (self: VanillaCalendar) => string; export declare const Year: (self: VanillaCalendar) => string; export declare const Week: (self: VanillaCalendar) => string; export declare const Days: (self: VanillaCalendar) => string; export declare const Months: (self: VanillaCalendar) => string; export declare const Years: (self: VanillaCalendar) => string; export declare const WeekNumbers: (self: VanillaCalendar) => string; export declare const ControlTime: (self: VanillaCalendar) => string; //# sourceMappingURL=createComponents.d.ts.map