import type { ScheduleView } from './types';
export interface ScheduleDayViewOptions {
    minHour?: number;
    maxHour?: number;
    hourHeight?: number;
}
export declare function createScheduleDayView({ minHour, maxHour, hourHeight, }?: ScheduleDayViewOptions): ScheduleView<ScheduleDayViewOptions>;
//# sourceMappingURL=DayView.d.ts.map