export declare const isValidUrl: (string: string) => boolean; export declare const fetchSvgContent: (url: string) => Promise;