import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgQr: (props: SVGProps) => React.JSX.Element; export default SvgQr; //# sourceMappingURL=Qr.d.ts.map