import { ElementRef } from "@angular/core"; import * as i0 from "@angular/core"; interface IIntElementSize { width: number; height: number; } export declare class IntElementSizeService { private readonly elementRef; constructor(elementRef: ElementRef); get(): IIntElementSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};