import { ComponentType } from 'react'; import { ViewProps } from 'react-native'; import { RowType } from './types'; export declare function createRow(Component: ComponentType): RowType;