import Row from "./row"; import { RowProps } from "./row"; export declare type Props = RowProps; export default Row;