export const MAX_GIF_PNG_SIZE_BYTES: number; export function isAnUnsupportedGifPngImage({ type, size }: { type: any; size: any; }): boolean;