import { InfoListType } from "../infoList/InfoList";
import { Props as PopoverProps } from "../popover/Popover";
type Props = PopoverProps & {
    info?: InfoListType;
};
export declare const VuiInfoMenu: ({ isOpen, setIsOpen, button, info, children, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
