import { CalendarStylesType } from '../../../../../components/calendar/types/calendarTheme';
export declare const getCalendarStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => CalendarStylesType;
