import * as i0 from "@angular/core"; export declare class SdResizeDirective { private readonly _elRef; private readonly _destroyRef; sdResize: import("@angular/core").OutputEmitterRef; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export interface SdResizeEvent { heightChanged: boolean; widthChanged: boolean; target: HTMLElement; contentRect: DOMRectReadOnly; } //# sourceMappingURL=sd-resize.d.ts.map