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