import type { TimeGridRow } from "../../types/grid"; export declare const GridLines: import("preact").FunctionComponent<{ timeGridRows: TimeGridRow[]; }>;