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