import { UpdateEntityCommentOrLabel } from "./update-entity-comment-or-label";
/**
 * @category Model V2
 */
export declare class UpdateResourcePropertyGuiElement extends UpdateEntityCommentOrLabel {
    guiElement?: string;
    guiAttributes?: string[];
    constructor();
}
