export declare const datePickerTokens: {
    calciteDatePickerBorderColor: string;
    calciteDatePickerCornerRadius: string;
    calciteDatePickerRangeCalendarDividerColor: string;
    calciteDatePickerWeekHeaderTextColor: string;
    calciteDatePickerHeaderActionBackgroundColor: string;
    calciteDatePickerHeaderActionBackgroundColorHover: string;
    calciteDatePickerHeaderActionBackgroundColorPress: string;
    calciteDatePickerHeaderActionTextColor: string;
    calciteDatePickerHeaderActionTextColorPress: string;
    calciteDatePickerYearTextColor: string;
    calciteDatePickerMonthSelectFontSize: string;
    calciteDatePickerMonthSelectTextColor: string;
    calciteDatePickerMonthSelectIconColor: string;
    calciteDatePickerMonthSelectIconColorHover: string;
    calciteDatePickerDayBackgroundColor: string;
    calciteDatePickerDayBackgroundColorHover: string;
    calciteDatePickerDayTextColor: string;
    calciteDatePickerDayTextColorHover: string;
    calciteDatePickerCurrentDayTextColor: string;
    calciteDatePickerDayBackgroundColorSelected: string;
    calciteDatePickerDayTextColorSelected: string;
    calciteDatePickerDayRangeTextColor: string;
    calciteDatePickerDayRangeBackgroundColor: string;
    calciteDatePickerDayOutsideRangeBackgroundColorHover: string;
    calciteDatePickerDayOutsideRangeTextColorHover: string;
};
export declare const datePicker: string;
export declare const datePickerRange: string;
