import React from 'react'; import { GridProps } from './types'; declare const Grid: React.ForwardRefExoticComponent & React.RefAttributes>; export { Grid };