import { BaseControlProperty } from '../../../property-panel';
export declare class ResponseToolbarProperty extends BaseControlProperty {
    toolbarType: string;
    constructor(componentId: string, designerHostService: any, toolbarType?: string);
    getPropertyConfig(propertyData: any): {
        type: string;
        categories: {};
    };
    getAppearancePropConfig(propertyData: any): any;
    private getBehaviorProperties;
}
