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