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