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