import { TranslateService } from '@ngx-translate/core'; import { PollAnswer, PollVote } from 'stream-chat'; import { DateParserService } from '../../../../date-parser.service'; import * as i0 from "@angular/core"; /** * */ export declare class PollVoteComponent { private translateService; private dateParser; /** * The poll vote or answer to display */ vote: PollVote | PollAnswer | undefined; anonymousTranslation: string; constructor(translateService: TranslateService, dateParser: DateParserService); parseDate(date: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }