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