import { OnDestroy, OnInit, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MovableDividerDirective implements OnDestroy, OnInit { private readonly renderer; containerElement: HTMLDivElement; fixedElement: HTMLDivElement; origin: 'right' | 'left'; cursor: string; private _subscription; /** * Indicates that the divider is moved with mouse down * @private */ private _moveDivider; /** * Holds the current fixed element width. * If null the move divider feature was not yet used and the initial * fixed element width is not calculated * @private */ private _fixedElementWidth; constructor(renderer: Renderer2); ngOnDestroy(): void; ngOnInit(): void; onMousedown(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }