import { UseImageHookType } from '../core/Context/useImage';
declare const getIssuerImageUrl: (options: object, type: string, getImage: UseImageHookType) => (issuer: string) => string;
export default getIssuerImageUrl;
