import { PluginObject } from 'vue'; import { ModulVue } from '../../utils/vue/vue'; export declare enum MPlusSkin { Default = "default", Light = "light", CurrentColor = "current-color" } export declare class MPlus extends ModulVue { readonly titleOpen: string; readonly titleClose: string; readonly open: boolean; readonly large: boolean; readonly border: boolean; readonly skin: string; readonly disabled: boolean; get title(): string; private onClick; } declare const PlusPlugin: PluginObject; export default PlusPlugin; //# sourceMappingURL=plus.d.ts.map