declare module 'scenegraph' {
    /**
     * [LinkedGraphic on Adobe.io](https://www.adobe.io/xd/uxp/develop/reference/LinkedGraphic/)
     *
     * Container node whose content is linked to an external resource, such as Creative Cloud Libraries. It cannot be edited except by first ungrouping it, breaking this link.
     */
    export class LinkedGraphic extends SceneNode { }
}
