import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export interface ElementSize { width: number; height: number; } export declare class ResizableElementService { private elementSize$; setStyle(e: ElementSize): void; get style(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }