declare const _default: import("vue").DefineComponent<{ /** * The animation of the hamburger menu * @type close | arrow-up | arrow-down | arrow-left | arrow-right | plus | minus * @default close * @name animation */ animation: { type: StringConstructor; default: string; }; /** * The color variant of the hamburger menu * @type light | dark * @default * @name color */ color: { type: StringConstructor; default: undefined; }; /** * The size variant of the hamburger menu * @type sm | md | lg * @default * @name size */ size: { type: StringConstructor; default: undefined; }; /** * Used to set the hamburger menu as opened or closed * @type Boolean * @default false * @name modelValue */ modelValue: { type: BooleanConstructor; default: boolean; }; }, { classes: import("vue").ComputedRef<{ [x: string]: boolean; '-active': boolean; }>; onClick: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { animation: string; color: string; size: string; modelValue: boolean; }, {}>; export default _default;