import { AfterViewInit } from '@angular/core'; import { ResizeEvent, Edges } from 'angular-resizable-element'; import { ResizableElementService } from '../../services/resizable-element.service'; import * as i0 from "@angular/core"; export declare class DndContainerComponent implements AfterViewInit { private sizeService; readonly MIN_WIDTH = 50; style: object; resizeEdges: Edges; resetSize: import("@angular/core").InputSignal; containerDiv: HTMLDivElement; isMinimized: boolean; constructor(sizeService: ResizableElementService); ngAfterViewInit(): void; onResizing(event: ResizeEvent): void; validate(event: ResizeEvent): boolean; minimize(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }