import { type SelectorProps } from '../../interaction'; export interface SearchSelectorProps extends Omit { key: string; } export declare function SearchSelector({ key, oninput, ...props }: SearchSelectorProps): any;