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