///
import { MerchantsDropdownProps } from './type';
declare function MerchantsDropdown({ brands, isLoading, label, sx, selectedValue, isDisabled, isFetchingNextPage, renderBrandLogo, onValueChange, showSearchInput, }: Readonly): import("react").JSX.Element;
declare const _default: import("react").MemoExoticComponent;
export default _default;