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