declare module 'scenegraph' {
    /**
     * [Lottie on Adobe.io](https://www.adobe.io/xd/uxp/develop/reference/Lottie/)
     * 
     * @since XD 45
     *
     * Lottie is a vector animation format that can be imported into XD from a JSON file. Within XD, a user will be able to control the playback of Lottie animation. Lottie files are limited to 15 MB.
     */
    export class Lottie extends SceneNode { }
}