import { BaseAngular } from "survey-angular-ui";
import { ListModel } from "survey-core";
import { CreatorBase } from "survey-creator-core";
import * as i0 from "@angular/core";
export declare class ToolboxListComponent extends BaseAngular<ListModel> {
    model: ListModel;
    creator: CreatorBase;
    getModel(): ListModel<import("survey-core").Action>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ToolboxListComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxListComponent, "svc-toolbox-list ", never, { "model": "model"; "creator": "creator"; }, {}, never, never>;
}
