import { BaseControlProperty } from "../../../property-panel/src/composition/entity/base-property";
export declare class DataGridProperty extends BaseControlProperty {
    constructor(componentId: string, designerHostService: any);
    getPropertyConfig(propertyData: any): {
        type: string;
        categories: {};
    };
    getBasicPropConfig(propertyData: any): void;
    /**
     * 将schema实体表组装成树
     */
    private assembleSchemaEntityToTree;
    private getAppearanceProperties;
    private getEventPropConfig;
    private isSubGrid;
}
