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