import React from "react"; interface IGridProps { padding?: string; gap?: string; } export declare const DSGrid: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; } & IGridProps, React.DetailedHTMLProps, HTMLDivElement>, {}>; export {};