/// import { FlexContainerProps, FlexXYProps } from "./types"; export declare function Row(props: FlexContainerProps): JSX.Element; export declare function RowAround(props: FlexXYProps): JSX.Element; export declare function RowCenter(props: FlexXYProps): JSX.Element; export declare function RowBetween(props: FlexXYProps): JSX.Element; export declare function RowStart(props: FlexXYProps): JSX.Element; export declare function RowEnd(props: FlexXYProps): JSX.Element;