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