import { FC } from "react"; import { ViewGridProps } from "./ViewGridProps"; declare const ViewGrid: FC; export default ViewGrid;