export declare const baseUrl = "https://upload.wikimedia.org/wikipedia/commons";
/**
 * Get the full url (wikimedia) from svg links
 */
declare const getFullSvgUrl: (svgUrl: string) => string;
export default getFullSvgUrl;
