/** * Checks for the sprite container element in the global DOM * If it does not exist, it creates and appends it to the body, and returns it */ export declare function getOrCreateSpriteContainer(): HTMLDivElement;