import { ReactElement } from "react"; import { Nullable } from "../../Foundations/utils"; import { type BlokButtonProps } from "../BlokButton/BlokButton"; import { BlokSelectProps } from "../BlokSelect/BlokSelect"; import { PopoverOrigin } from "../CoreComponents"; export declare const getPopoverOrigin: (element: Nullable, type: "anchor" | "transform") => PopoverOrigin; export type BlokButtonSelectProps = Omit, "isFullWidth" | "openMenuByDefault"> & Pick; declare function BlokButtonSelect({ id, options, onChange: onChange_, value, labelMapper, valueMapper, returnValue, placeholder, emptyValueSelectable, className, isReadOnly, searchBoxMinAmountOfItems, showIconAndText, hideItemIcons, maxHeight, itemsToDisable, showEmptyDropdown, noneLabel, noResultsText, variant, colorScheme, size, clearMessage, searchMessage, isLoading, loadingText, }: BlokButtonSelectProps): Nullable; export { BlokButtonSelect }; //# sourceMappingURL=BlokButtonSelect.d.ts.map