import { ComponentTheme, InlineCssStyles } from '../interfaces/style.interfaces'; export declare const getCalenderCellColors: (colors: ComponentTheme, cell_type: string) => InlineCssStyles; export declare const getWrapperStyles: (colors: ComponentTheme) => { background: string; color: string; };