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