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