/// import { SelectWithSearchProps } from './type'; declare function SelectWithSearch({ options, onChangeOption, selectedOption, placeholder, label, isLoading, renderOption, iconUrl, disabled, onClearValue, slotProps, hideSelectedCheckmark, listWrapperSx, name, ...rest }: SelectWithSearchProps): import("react").JSX.Element; export default SelectWithSearch;