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