import React from 'react';
import { type BoxProps } from '../../../components/Box/Box';
interface LightningInvoiceQrCodeProps {
    isCashApp?: boolean;
    bolt11?: string;
    marginY?: BoxProps['marginY'];
}
export declare function LightningInvoiceQrCode({ isCashApp, bolt11, marginY, }: LightningInvoiceQrCodeProps): React.JSX.Element;
export {};
