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