import { IFormSchemaCollectionController } from "../../../services/formSchema/form-schema-collection-controller";
import { AureliaHelperService } from "../../../services/aurelia-helper-service";
import "./form-schema-panel.css";
export declare class FormSchemaPanel {
    private aureliaHelperService;
    collapsible: boolean;
    title: string;
    controller: IFormSchemaCollectionController<any>;
    constructor(aureliaHelperService: AureliaHelperService);
    showing: boolean;
    toggleShowing(): void;
    headerDiv: Element;
    bind(): void;
}
