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