import * as i0 from "@angular/core"; export declare class DomService { constructor(); getMaxZIndex(): number; cssStringSizeToNumber(stringSize: string): number | undefined; getCssStringSizeUnit(stringSize: string): string | undefined; escapeToBody(element: HTMLElement): () => void; waitForElement(selector: string, root?: HTMLElement): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }