import { AnimatedGIF, AnimatedGIFOptions } from './AnimatedGIF'; import type { AssetExtension } from 'pixi.js'; /** * Handle the loading of GIF images. Registering this loader plugin will * load all `.gif` images as an ArrayBuffer and transform into an * AnimatedGIF object. * @ignore */ declare const AnimatedGIFAsset: AssetExtension; export { AnimatedGIFAsset };