export interface DatepickerVariables {
    calendarCellBorder: string;
    calendarCellHeight: string;
    calendarCellWidth: string;
    calendarCellPadding: string;
    calendarCellMargin: string;
    calendarCellBackgroundColor: string;
    calendarCellColor: string;
    calendarCellQuietColor: string;
    calendarCellSelectedColor: string;
    calendarCellSelectedBackgroundColor: string;
    calendarCellTodayColor: string;
    calendarCellTodayBackgroundColor: string;
    calendarCellTodayBorderRadius: string;
    calendarCellHoverColor: string;
    calendarCellHoverBackgroundColor: string;
    calendarCellDisabledColor: string;
    calendarCellDisabledBackgroundColor: string;
    calendarHeaderCellFontWeight: number;
    calendarHeaderCellHeight: string;
    calendarHeaderCellWidth: string;
    calendarHeaderCellPadding: string;
    calendarHeaderPaddingTop: string;
    calendarHeaderPaddingBottom: string;
    calendarHeaderLabelPaddingLeft: string;
    calendarHeaderLabelFontWeight: any;
    calendarMinHeight: string;
}
export declare const datepickerVariables: (siteVars: any) => DatepickerVariables;
