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