import type { ForwardRefForwardPropsComponent } from '../../types'; import type GridProps from './Grid.types'; export declare const StyledGrid: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, GridProps>> & string; declare const Grid: ForwardRefForwardPropsComponent; export default Grid; //# sourceMappingURL=Grid.d.ts.map