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