export interface AnswerSheetPreviewProps {
    studentName: string;
    qrCodeUrl: string;
    totalQuestions: number;
    examTitle?: string;
    schoolName?: string;
    className?: string;
    onComplete?: () => void;
}
export declare function AnswerSheetPreview({ studentName, qrCodeUrl, totalQuestions, examTitle, schoolName, className, onComplete, }: Readonly<AnswerSheetPreviewProps>): import("react/jsx-runtime").JSX.Element;
export default AnswerSheetPreview;
//# sourceMappingURL=GabaritoPreview.d.ts.map