import { PluginObject } from 'vue'; import { ModulVue } from '../../utils/vue/vue'; export declare enum MSwitchPosition { Left = "left", Right = "right" } export declare class MSwitch extends ModulVue { readonly value: boolean; position: string; stateText: boolean; isFocus: boolean; id: string; private internalValue; onValueChange(value: boolean): void; get propChecked(): boolean; set propChecked(value: boolean); get hasSwitchLeft(): boolean; onClick(event: any): void; } declare const SwitchPlugin: PluginObject; export default SwitchPlugin; //# sourceMappingURL=switch.d.ts.map