import { AfterViewInit, ElementRef, OnInit } from "@angular/core"; import { StiExpressionService } from "../../services/sti-expression.service"; import * as i0 from "@angular/core"; export declare class StiExpressionDraggableContainerComponent implements OnInit, AfterViewInit { expressionService: StiExpressionService; elementRef: ElementRef; constructor(expressionService: StiExpressionService); ngAfterViewInit(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }