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