/// export declare const StyledGridLayout: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { rowGap?: import("../utils/style").MQ | undefined; columnGap?: import("../utils/style").MQ | undefined; rows?: import("../utils/style").MQ | undefined; columns?: import("../utils/style").MQ | undefined; justifyContent?: import("../utils/style").MQ | undefined; alignContent?: import("../utils/style").MQ | undefined; justifyItems?: import("../utils/style").MQ | undefined; alignItems?: import("../utils/style").MQ | undefined; areas?: import("../utils/style").MQ | undefined; inline?: import("../utils/style").MQ | undefined; autoColumns?: import("../utils/style").MQ | undefined; autoRows?: import("../utils/style").MQ | undefined; autoFlow?: import("../utils/style").MQ | undefined; children?: import("react").ReactNode | import("./types").GridLayoutRenderProps; as?: import("react").ElementType | undefined; overrides?: ({ width?: import("../utils/style").MQ | undefined; minWidth?: import("../utils/style").MQ | undefined; maxWidth?: import("../utils/style").MQ | undefined; height?: import("../utils/style").MQ | undefined; minHeight?: import("../utils/style").MQ | undefined; maxHeight?: import("../utils/style").MQ | undefined; } & import("../utils/logical-properties").LogicalProps) | undefined; } & Omit, "children">, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; //# sourceMappingURL=styled.d.ts.map