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