import type { FlexProps } from "../flex"; declare function Row(props: FlexProps): JSX.Element; export default Row;