import { type DropdownProps } from './dropdown.types.js'; export declare function Dropdown({ className, portalClassName, dropdownSize, iconBefore: IconBefore, open, text, children, size, look, soft, block, portalContainer, dropDownIcon: Icon, placement, shouldFlip, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelBy, shouldCloseOnInteractOutside, }: DropdownProps): import("react/jsx-runtime").JSX.Element;