import { FC } from 'react'; type StopCardProps = { data: any; ctx: any; msgId: string; }; declare const StopCard: FC; export default StopCard;