import { FC } from 'react'; declare const SvgFollowIcon: FC<{ className?: string; }>; export default SvgFollowIcon;