import { BasePollComponent } from '../base-poll.component'; import { Poll, PollOption } from 'stream-chat'; import * as i0 from "@angular/core"; /** * */ export declare class PollOptionsListComponent extends BasePollComponent { /** * How many options should be displayed. If there are more options than this number, use the poll actions to display all options */ maxOptionsDisplayed: number | undefined; options: PollOption[]; protected stateStoreSelector(poll: Poll, markForCheck: () => void): () => void; trackByOptionId(_: number, option: PollOption): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }