/// <reference types="react" />
import { FlexProps } from "../flex";
declare function Row(props: FlexProps): JSX.Element;
export default Row;
