declare const isImageSupported: (url: string) => boolean;
export default isImageSupported;
