/// import { GridProps } from './grid.interfaces'; export declare const Grid: { (props: GridProps): JSX.Element; defaultTheme: () => [string, {}]; };