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