import React from 'react'; import { TextInput } from 'react-native'; declare const SearchBar: React.ForwardRefExoticComponent; cancelAccessibilityLabel?: string | undefined; iconColor?: string | undefined; placeholderTextColor?: string | undefined; leftIcon?: React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | undefined; style?: import("react-native").StyleProp; inputStyle?: import("react-native").StyleProp; children?: React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | undefined; onCancel?(): void; onClear?(): void; clearAccessibilityLabel?: string | undefined; } & { platform?: "ios" | "android" | "default" | undefined; } & React.RefAttributes>; export default SearchBar;