import { FormControl, FormGroup } from '@angular/forms'; import { BasePollComponent } from '../../base-poll.component'; import { Poll, PollOption } from 'stream-chat'; import * as i0 from "@angular/core"; /** * */ export declare class AddOptionComponent extends BasePollComponent { class: string; /** * The callback to close the modal the component is displayed in */ closeModal: () => void; formGroup: FormGroup<{ text: FormControl; }>; options: PollOption[]; addOption(): Promise; protected stateStoreSelector(poll: Poll, markForCheck: () => void): () => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }