import * as i0 from "@angular/core";
export declare class DomAdapter {
    userDefinedWidth(element: HTMLElement): number;
    scrollBarWidth(element: any): number;
    scrollWidth(element: any): any;
    computedHeight(element: any): number;
    clientRect(element: any): DOMRect;
    minWidth(element: any): number;
    focus(element: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DomAdapter, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<DomAdapter>;
}
