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