import { Poll, PollState } from 'stream-chat'; import { BasePollComponent } from '../base-poll.component'; import * as i0 from "@angular/core"; type SelectionInstructions = { text: string; count: number | undefined; }; /** * */ export declare class PollHeaderComponent extends BasePollComponent { name: string; selectionInstructions: SelectionInstructions; protected stateStoreSelector(poll: Poll, markForCheck: () => void): () => void; getSelectionInstructions(state: Pick): SelectionInstructions; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};