import type { Options } from './options'; export declare class ActivateWidget { options: Partial; constructor(options?: Options); mount(): void; }