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