/// import { GridProps } from './types'; declare const Grid: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & import("./types").BoxProps & import("react").ClassAttributes & import("react").HTMLAttributes & { theme?: import("@emotion/react").Theme | undefined; } & GridProps, {}, {}>; export default Grid;