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