import { FC, SVGProps } from 'react';
import { ProtocolType } from '@hyperlane-xyz/utils';
export declare const PROTOCOL_TO_LOGO: Record<ProtocolType, FC<Omit<SVGProps<SVGSVGElement>, 'ref'>>>;
//# sourceMappingURL=protocols.d.ts.map