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