import { ButtonWithDropdownProps } from "./ButtonWithDropdown.types.js"; import * as react_jsx_runtime23 from "react/jsx-runtime"; //#region src/ButtonWithDropdown/ButtonWithDropdown.d.ts declare const ButtonWithDropdown: (props: ButtonWithDropdownProps) => react_jsx_runtime23.JSX.Element; declare const Dropdown: ({ dropdownItems, id, children, contentExtraClassNames, containerTestId, align, placement, placementOffset, alignOffset, hasArrow, onOpenChange, isOpen, setFocusOnTriggerOnClose, keepFocusInsideDropdown, onContainerClick }: ButtonWithDropdownProps) => react_jsx_runtime23.JSX.Element; //#endregion export { Dropdown, ButtonWithDropdown as default };