type Props = { parentStateId: string; className?: string; }; export const WorkFlowDisabledMessage = (props: Props) => <>;