export interface TeacherFeedbackSectionProps {
    className?: string;
}
export declare const TeacherFeedbackSection: import("react").ForwardRefExoticComponent<TeacherFeedbackSectionProps & import("react").RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=TeacherFeedbackSection.d.ts.map