import { TextInputProps } from "../TextInput"; export type SearchInputProps = Omit & { onClear: () => void; }; export declare function SearchInput(props: SearchInputProps): import("react").JSX.Element; export declare namespace SearchInput { var displayName: string; } //# sourceMappingURL=SearchInput.d.ts.map