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