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