/// import { type GridComponentProps } from './GridComponent'; import { type StyledGridProps } from './styles'; export type GridProps = GridComponentProps & StyledGridProps; export declare const Grid: import("@emotion/styled").StyledComponent & import("react").RefAttributes & { theme?: import("@emotion/react").Theme | undefined; } & StyledGridProps, {}, {}>;