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