/// <reference types="react" />
import type { GridProps } from './type';
declare const Grid: import("react").NamedExoticComponent<GridProps>;
export default Grid;
