import { FC } from 'react';
import { StyleProp, ViewStyle } from 'react-native';
interface RowsProps {
    data: {
        [key: string]: string;
    };
    rowStyle?: StyleProp<ViewStyle>;
}
export declare const Rows: FC<RowsProps>;
export {};
//# sourceMappingURL=Rows.d.ts.map