import React from 'react';
import { ProtocolType } from '@hyperlane-xyz/utils';
export declare function MultiProtocolWalletModal({ isOpen, close, protocols, onProtocolSelected, }: {
    isOpen: boolean;
    close: () => void;
    protocols?: ProtocolType[];
    onProtocolSelected?: (protocol: ProtocolType) => void;
}): React.JSX.Element;
//# sourceMappingURL=MultiProtocolWalletModal.d.ts.map