import type { IWeeklyDayPickerStyleProps, IWeeklyDayPickerStyles } from './WeeklyDayPicker.types'; export declare const styles: (props: IWeeklyDayPickerStyleProps) => IWeeklyDayPickerStyles;