import { FC } from 'react'; import { IBoolean } from '../../../types'; export interface DatepickerViewsMonthsTheme { items: { base: string; item: { base: string; selected: IBoolean; disabled: string; }; }; } export interface DatepickerViewsMonthsProps { theme?: DatepickerViewsMonthsTheme; } export declare const DatepickerViewsMonth: FC; //# sourceMappingURL=Months.d.ts.map