import * as React from "react"; import { ResponsiveValue, ThemeValue, RequiredTheme } from "styled-system"; import { AllSystemProps } from "./system/unions"; export declare type RowProps = AllSystemProps & { gapX?: ResponsiveValue>; }; export declare const Row: import("styled-components").StyledComponent<"div", any, React.PropsWithChildren, never>;