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