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