import { OnInit, AfterViewInit, TemplateRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; /** * Component that allows nested ngxDroppable and ngxDraggables * * @export */ export declare class ContainerComponent implements OnInit, AfterViewInit { model: any; copy: boolean; removeOnSpill: boolean; droppableItemClass: string | ((o: any) => any); dropZone: string; get dropZones(): string[]; set dropZones(val: string[]); moves: (model: any, source: any, handle: any, sibling: any) => boolean; set templateInput(template: TemplateRef); set templateChild(template: TemplateRef); template: TemplateRef; droppable: any; drop: EventEmitter; drag: EventEmitter; over: EventEmitter; out: EventEmitter; remove: EventEmitter; cancel: EventEmitter; _dropZones: string[]; _defaultZones: string[]; ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }