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