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