/// import { RowComponent } from './types'; declare function Row(props: RowComponent.Props): import("react").JSX.Element; export default Row;