import React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; export interface IProps { height?: number; level?: number; paddingLeftIncrement?: number; style?: StyleProp; } declare const NestedRow: React.FC; export { NestedRow };