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