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