import { GridProps } from './types'; declare const Grid: import("styled-components").StyledComponent<"div", any, GridProps, never>; export { Grid };