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