import * as i0 from "@angular/core"; /** * Gets the width of the scrollbar. Nesc for windows * http://stackoverflow.com/a/13382873/888165 */ export declare class DimensionsHelper { getDimensions(element: Element): ClientRect; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }