import type { ICalendarStyleProps, ICalendarStyles } from './Calendar.types'; export declare const styles: (props: ICalendarStyleProps) => ICalendarStyles;