import { PluginObject } from 'vue'; import { MElementDomPlugin, MountFunction, RefreshFunction } from '../domPlugin'; export declare class MRemoveUserSelect extends MElementDomPlugin { static defaultMountPoint: string; attach(mount: MountFunction): void; update(options: boolean, refresh: RefreshFunction): void; detach(): void; } declare const RemoveUserSelectPlugin: PluginObject; export default RemoveUserSelectPlugin; //# sourceMappingURL=remove-user-select.d.ts.map