import { FC, HTMLAttributes } from 'react'; export interface Props extends HTMLAttributes { } export declare const DidKeyWallet: FC;