import { Icon } from './types';
export declare const getUrl: ({ set, icon, version }: Icon) => string;
