import { Poll } from '../models/poll'; export declare const voteCountFormatter: (poll: Poll) => string | number;