import Row from './row' import { RowProps } from './row' export type Props = RowProps export default Row