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