import { AfterViewInit, ElementRef } from "@angular/core"; import { CreatorModelComponent } from "../creator-model.component"; import { SurveyCreatorModel, ToolboxToolViewModel } from "survey-creator-core"; import { Action, ActionContainer } from "survey-core"; import * as i0 from "@angular/core"; export declare class ToolboxToolComponent extends CreatorModelComponent implements AfterViewInit { creator: SurveyCreatorModel; item: Action; parentModel: ActionContainer; isCompact: boolean; container: ElementRef; model: ToolboxToolViewModel; createModel(): void; protected getPropertiesToTrack(): string[]; protected getModel(): Action; get itemCssClasses(): string | undefined; ngOnDestroy(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }