import { DropdownProps } from './Select.types'; export default function Dropdown({ children, dropDownPortalClassName, isOpen, target, onClose, disabled, containerRef: _containerRef, menuRef: externalMenuRef, withPortal, portalContainer, dropdownButtonRef, dropdownPosition, isKeyboardNav, }: DropdownProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=dropdown.d.ts.map