import { type PlainDate } from '@astryxdesign/core/utils';
import type { CalendarEvent } from './types';
export declare function TimeGridView({ days, events, focusDate, timezoneID, minHour, maxHour, hourHeight, }: {
    days: PlainDate[];
    events: ReadonlyArray<CalendarEvent>;
    focusDate: PlainDate;
    timezoneID: string;
    minHour: number;
    maxHour: number;
    hourHeight: number;
}): import("react").JSX.Element;
//# sourceMappingURL=TimeGridView.d.ts.map