export type WalletAdvancedQrReceiveProps = { classNames?: { container?: string; header?: string; copyButton?: string; }; }; export declare function WalletAdvancedQrReceive({ classNames, }: WalletAdvancedQrReceiveProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=WalletAdvancedQrReceive.d.ts.map