import { FC } from 'react'; interface Props { count: number; hasSubmitted: boolean; isPinned: boolean; } export declare const ResponseCount: FC; export {};