import { FC } from 'react'; import { FollowupProps } from '../types.js'; export declare const Followup: FC;