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