import { TopperFragment } from '@financial-times/cp-content-pipeline-client'; type FollowButtonProps = { conceptId: string; conceptName: string; variant: TopperFragment['followButtonVariant']; }; export type FollowButtonSlot = React.FC; export {};