import type { GridCellProps } from "../GridColumn"; export type FakeCellProps = Pick, "row">; export declare function FakeCell(props: FakeCellProps): import("react/jsx-runtime").JSX.Element;