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