export declare function renderPollModal(component: any, onAnswer: (optionIds: string[]) => Promise<boolean | void>, onClose: () => void): any;
