import { UpdateEntityCommentOrLabel } from './update-entity-comment-or-label';
/**
 * @category Model V2
 */
export declare class UpdateResourcePropertyGuiElement extends UpdateEntityCommentOrLabel {
    guiElement?: string;
    guiAttributes?: string[];
    constructor();
}
//# sourceMappingURL=update-resource-property-gui-element.d.ts.map