export declare enum Theme { Dark = "dark", Light = "light" } export declare enum Format { Animated = "animated", Static = "static" } export type Size = '1' | '1.5' | '2' | '3' | '4'; //# sourceMappingURL=images.d.ts.map