import { SearchInputProps } from '../SearchInput'; import { SelectOption, SelectProps } from '../types'; export declare type SelectSearchInputProps = Pick & Pick, 'enableNewSearchInput'>; declare const SelectSearchInput: { ({ enableNewSearchInput, ...rest }: SelectSearchInputProps): JSX.Element | null; displayName: string; }; export default SelectSearchInput;