import React from "react"; import { GridBodyProps } from "./grid-body"; export declare type GridProps = GridBodyProps; export declare const Grid: React.FC;