declare const MultipleChoice: ({ prompt, answers, next, }: {
    prompt: any;
    answers: any;
    next: any;
}) => JSX.Element;
export { MultipleChoice };
