import { InputBaseProperty } from '../../../property-panel';
import { DesignerComponentInstance } from '../../../designer-canvas';
export declare class QuerySolutionPropertyConfig extends InputBaseProperty {
    getPropertyConfig(propertyData: any, componentInstance: DesignerComponentInstance): {
        type: string;
        categories: {};
    };
    getBehaviorConfig(propertyData: any): void;
    private getQuerySolutionConfig;
    private getEventPropConfig;
}
