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