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