/// import { BaseFlagProps, BaseFlagOverrides } from './types'; export declare const StyledGridLayout: import("@emotion/styled").StyledComponent<{ 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("../grid-layout/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").RefAttributes & { theme?: import("@emotion/react").Theme | undefined; } & Omit, "loading"> & { $loading?: BaseFlagProps['loading']; $disabled?: BaseFlagProps['disabled']; }, {}, {}>; //# sourceMappingURL=styled.d.ts.map