import { MarginProps, GridProps } from "styled-system"; declare const StyledGridContainer: import("styled-components").StyledComponent<"div", any, MarginProps>> & GridProps>>, never>; export default StyledGridContainer;