export declare const singleton: (key: any) => { shouldMount: any; mount(this: void, _: Element): { destroy(this: void): void; }; };