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