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