export declare class PollAnswer { id: string; title: string; imageUrl: string; voteCount: number; }