import React, { ComponentProps } from 'react'; export declare type SearchableSelectButtonProps = ComponentProps<'button'> & { dense?: boolean; hideIcon?: boolean; }; export declare const SearchableSelectButton: React.ForwardRefExoticComponent | "dense" | "hideIcon"> & React.RefAttributes>;