import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { QrCodeIcon as VanillaQrCodeIcon } from '@pmndrs/uikit-lucide'; import { SvgProperties } from '@react-three/uikit'; export declare const QrCodeIcon: ForwardRefExoticComponent & RefAttributes>; export declare const QrCode: ForwardRefExoticComponent & RefAttributes>;