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