interface WorkflowAttributesProps { canUpdate?: boolean; } declare const WorkflowAttributes: ({ canUpdate }: WorkflowAttributesProps) => import("react/jsx-runtime").JSX.Element; export { WorkflowAttributes }; export type { WorkflowAttributesProps };