/// import { Grid } from '../Grid'; export declare class Main extends Grid.Row { static displayName: string; static defaultProps: { tag: string; rowSpacing: string; }; render(): import("react").ReactElement<{ className: string; }, string | import("react").JSXElementConstructor>; }