export declare class Elements { get appRoot(): HTMLElement; get body(): HTMLElement; } export declare function provideWindow(): { provide: { new (): Window; prototype: Window; }; useValue: Window & typeof globalThis; };