export declare const CSS: {
  header: string;
  month: string;
  chevron: string;
  suffix: string;
  yearSuffix: string;
  yearWrap: string;
  textReverse: string;
};
export declare const ICON: {
  chevronLeft: string;
  chevronRight: string;
};
