export declare const isHttpUrl: (link: string) => boolean; export declare const isSvgDataUrl: (url: string) => boolean;