import { FC } from 'react'; interface Props { count: number; hasLiked: boolean; } export declare const PinnedLikeCount: FC; export {};