import { BaseControlProperty } from '../../../property-panel';
export declare class DiscussionGroupProperty extends BaseControlProperty {
    constructor(componentId: string, designerHostService: any);
    getPropertyConfig(propertyData: any): {
        type: string;
        categories: {};
    };
    getEditorConfig(propertyData: any): void;
    getListConfig(propertyData: any): void;
    private getEventPropConfig;
}
