declare const BUTTON_DROPDOWN_ITEM = "BUTTON_DROPDOWN_ITEM";
declare const shouldPadForEmptyIcon: (emptyIcon: boolean | undefined, checkIcon: boolean | undefined, customIcon: React.ReactElement | undefined, selected: boolean | undefined) => boolean;
export { BUTTON_DROPDOWN_ITEM, shouldPadForEmptyIcon };
