import { PropsWithChildren } from 'react'; import { MenuProps } from '../dropdown-menu/dropdown-menu'; export declare const BaseDropdownMenu: ({ opened, onClose, children, className, }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=base-dropdown-menu.d.ts.map