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