export declare function registerGifGraphic(): void; declare function _registerGifImage(): void; declare namespace _registerGifImage { var __loaded: boolean; } export declare const registerGifImage: typeof _registerGifImage; export {};