import { BaseControlProperty } from "../../../property-panel/src/composition/entity/base-property";
export declare class SplitterProperty extends BaseControlProperty {
    constructor(componentId: string, designerHostService: any);
    getPropertyConfig(propertyData: any): {
        type: string;
        categories: {};
    };
    private getBehaviorProperties;
}
