import { FunctionComponent } from "react"; import { GridProps } from "./grid.model"; declare const Grid: FunctionComponent; export { Grid };