import type { Entry } from '@staticcms/core'; import type { FC } from 'react'; export interface WorkflowCardProps { entry: Entry; } declare const WorkflowCard: FC; export default WorkflowCard;