import React from 'react'; export interface StepConfig { intent?: string; entity?: string | ((value: string | number) => boolean); component: React.FC; }