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