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