import { Section } from '../../../../types';
export declare function generateItemFeedback(quiz: Section): string;
