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