declare const qr_code_scan: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default qr_code_scan;