import React from 'react'; type QRCodeProps = { title: string; urlToShare: string; isLoadingState: boolean; }; declare const QRCodeLink: ({ title, urlToShare, isLoadingState }: QRCodeProps) => React.JSX.Element; export default QRCodeLink; //# sourceMappingURL=QRCodeWithLink.d.ts.map