import type { ReactNode } from 'react';
import type { QuestionRendererProps } from '../types';
/**
 * Render fill in the blanks question
 * Shows text with student answers highlighted (green if correct, red if wrong)
 * Also shows a correct answers section
 * Returns content without wrapper (for accordion use)
 */
export declare const renderQuestionFill: ({ question, result, }: QuestionRendererProps) => ReactNode;
//# sourceMappingURL=index.d.ts.map