import { ControlModel } from "./ControlModel"; export declare abstract class SupportChildsModel extends ControlModel { isRelease(space: number): boolean; getSubjects(context: string): import("./SubjectInfor").SubjectInfor[]; getShapes(context: string): string[]; }