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