import { TextInput } from 'react-native'; import { TextAreaProps } from './types'; export declare const TextArea: import("../../core/factory/factory").PlatformBlocksComponent<{ props: TextAreaProps; ref: TextInput; }>;