/// type Props = { walletId: string; }; export declare const QrCodeModalView: ({ walletId }: Props) => JSX.Element; export {};