export declare const CSS: {
    header: string;
    chevron: string;
    chevronContainer: string;
    chevronContainerLeft: string;
    chevronContainerRight: string;
    monthYearContainer: string;
    monthPicker: string;
    rangeCalendar: string;
    suffix: string;
    yearContainer: string;
};
export declare const ICON: {
    readonly chevronLeft: "chevron-left";
    readonly chevronRight: "chevron-right";
};
export declare const ICON_WIDTH_M = 16;
