import { BaseControlProperty } from "../../../property-panel/src/composition/entity/base-property";
export declare class FieldsetProperty extends BaseControlProperty {
    constructor(componentId: string, designerHostService: any);
    getPropertyConfig(propertyData: any): {
        type: string;
        categories: {};
    };
    private getAppearanceProperties;
    /**
     * 修改分组标题后，需要同步viewmodel中字段的分组信息
     */
    private changeGroupNameInViewModel;
}
