import { SVGProps } from 'react'; declare const SvgQrCode: (props: SVGProps) => JSX.Element; export default SvgQrCode;