import { DesignerComponentInstance } from '../../../designer-canvas';
import { BaseControlProperty } from '../../../property-panel';
export declare class ExternalContainerProperty extends BaseControlProperty {
    constructor(componentId: string, designerHostService: any);
    getPropertyConfig(propertyData: any, componentInstance: DesignerComponentInstance): {
        type: string;
        categories: {};
    };
    private getContentConfig;
    private checkFormValidtion;
    private getEventPropConfig;
}
