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