import type { ReactNode } from 'react';
import type { QuestionRendererProps } from '../types';
/**
 * Render image question
 * Shows image with clickable area, correct answer circle, and user's answer circle
 */
export declare const renderQuestionImage: ({ result, }: Omit<QuestionRendererProps, "question">) => ReactNode;
//# sourceMappingURL=index.d.ts.map