import type { ICalendarPickerStyleProps, ICalendarPickerStyles } from './CalendarPicker.types';
export declare const getStyles: (props: ICalendarPickerStyleProps) => ICalendarPickerStyles;
