import type { DialogProps } from '@mui/material'; import React from 'react'; import type { ActiveProvider } from '../../lib/index.js'; /** Props for {@link RevokeWalletConnectionDialog}. */ export interface RevokeWalletConnectionDialogProps extends DialogProps { activeProvider?: ActiveProvider; } /** Dialog confirming revocation of a wallet provider connection. */ export declare const RevokeWalletConnectionDialog: React.FC; //# sourceMappingURL=Dialog.d.ts.map