import { Classes } from '../../utils/mergeClasses'; import { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ isExpandable: { type: BooleanConstructor; default: boolean; }; menuLabelClass: { type: PropType; default: string; }; menuListClass: { type: PropType; default: string; }; onToggle: { type: PropType>; required: false; }; onSetOn: { type: PropType>; required: false; }; onSetOff: { type: PropType>; required: false; }; isExpanded: { type: PropType; default: boolean; }; hasPopup: { type: PropType; default: boolean; }; }, () => import("vue").VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ hasPopup: boolean; isExpanded: boolean; isExpandable: boolean; menuLabelClass: Classes; menuListClass: Classes; } & { onToggle?: import("fp-ts/lib/function").FunctionN<[boolean], void> | undefined; onSetOn?: import("fp-ts/lib/IO").IO | undefined; onSetOff?: import("fp-ts/lib/IO").IO | undefined; }>, { hasPopup: boolean; isExpanded: boolean; isExpandable: boolean; menuLabelClass: Classes; menuListClass: Classes; }>; export default _default;