import type EventUIModel from "../../model/eventUIModel"; import type TZDate from "../../time/date"; import type { CellStyle } from "../../types/time/datetime"; interface Props { gridDateEventModelMap?: Record; week: TZDate[]; rowInfo: CellStyle[]; contentAreaHeight: number; } export declare const GridRow: import("preact").FunctionComponent; export {};