import { CalendarConfig } from './calendar-types'; export declare const defaultConfig: CalendarConfig; export declare const slotHeight = 24; export declare const allDayRowHeight = 28; export declare const timeGutterWidth = 60; export declare const headerHeight = 40; export declare const minSlotDuration = 5; export declare const maxSlotDuration = 60;