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