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