export declare const samplePaperSheets: ({ id: string; subject: string; level: string; title: string; subtitle: string; color: string; accent: string; light: string; border: string; initialAnswers: Record>; mockReview: { score: { got: number; total: number; }; label: string; message: string; note: string; questions: Record; objectiveQuestionCount?: number | undefined; teacherReviewMarks?: number | undefined; teacherReviewQuestionCount?: number | undefined; }; sections: ({ type: "hook"; text: string; id?: undefined; label?: undefined; theory?: undefined; questions?: undefined; } | { id: string; label: string; theory: string; questions: { id: string; type: "lines"; marks: number; prompt: string; lines: number; renderMode: "markdown"; }[]; type?: undefined; text?: undefined; })[]; } | { id: string; subject: string; level: string; title: string; subtitle: string; color: string; accent: string; light: string; border: string; sections: ({ type: "hook"; text: string; id?: undefined; label?: undefined; theory?: undefined; infoBox?: undefined; questions?: undefined; } | { id: string; label: string; theory: string; infoBox: { icon: string; title: string; text: string; }; questions: ({ id: string; type: "fill"; marks: number; prompt: string; blanks: [{}]; after: string; displayMode?: undefined; options?: undefined; lines?: undefined; } | { id: string; type: "mcq"; marks: number; prompt: string; displayMode: "full_options"; options: { id: string; text: string; label?: string | undefined; }[]; blanks?: undefined; after?: undefined; lines?: undefined; } | { id: string; type: "lines"; marks: number; prompt: string; lines: number; blanks?: undefined; after?: undefined; displayMode?: undefined; options?: undefined; })[]; type?: undefined; text?: undefined; } | { id: string; label: string; theory: string; questions: ({ id: string; type: "match"; marks: number; prompt: string; pairs: { term: string; match: string; }[]; displayMode?: undefined; options?: undefined; lines?: undefined; } | { id: string; type: "mcq"; marks: number; prompt: string; displayMode: "full_options"; options: { id: string; text: string; label?: string | undefined; }[]; pairs?: undefined; lines?: undefined; } | { id: string; type: "lines"; marks: number; prompt: string; lines: number; pairs?: undefined; displayMode?: undefined; options?: undefined; })[]; type?: undefined; text?: undefined; infoBox?: undefined; } | { id: string; label: string; theory: string; questions: ({ id: string; type: "fill"; marks: number; prompt: string; blanks: [{}]; after: string; displayMode?: undefined; options?: undefined; lines?: undefined; } | { id: string; type: "mcq"; marks: number; prompt: string; displayMode: "full_options"; options: { id: string; text: string; label?: string | undefined; }[]; blanks?: undefined; after?: undefined; lines?: undefined; } | { id: string; type: "lines"; marks: number; prompt: string; lines: number; blanks?: undefined; after?: undefined; displayMode?: undefined; options?: undefined; })[]; type?: undefined; text?: undefined; infoBox?: undefined; })[]; initialAnswers?: undefined; mockReview?: undefined; } | { id: string; subject: string; level: string; title: string; subtitle: string; color: string; accent: string; light: string; border: string; sections: ({ type: "hook"; text: string; id?: undefined; label?: undefined; theory?: undefined; questions?: undefined; infoBox?: undefined; } | { id: string; label: string; theory: string; questions: ({ id: string; type: "fill"; marks: number; prompt: string; blanks: [{}]; after: string; displayMode?: undefined; options?: undefined; hint?: undefined; inputLabel?: undefined; unit?: undefined; } | { id: string; type: "mcq"; marks: number; prompt: string; displayMode: "full_options"; options: { id: string; text: string; label?: string | undefined; }[]; blanks?: undefined; after?: undefined; hint?: undefined; inputLabel?: undefined; unit?: undefined; } | { id: string; type: "calc"; marks: number; prompt: string; hint: string; inputLabel: string; unit: string; blanks?: undefined; after?: undefined; displayMode?: undefined; options?: undefined; })[]; type?: undefined; text?: undefined; infoBox?: undefined; } | { id: string; label: string; theory: string; infoBox: { icon: string; title: string; text: string; }; questions: ({ id: string; type: "fill"; marks: number; prompt: string; blanks: [{}, {}]; after: string; conjunction: string; displayMode?: undefined; options?: undefined; lines?: undefined; } | { id: string; type: "mcq"; marks: number; prompt: string; displayMode: "full_options"; options: { id: string; text: string; label?: string | undefined; }[]; blanks?: undefined; after?: undefined; conjunction?: undefined; lines?: undefined; } | { id: string; type: "lines"; marks: number; prompt: string; lines: number; blanks?: undefined; after?: undefined; conjunction?: undefined; displayMode?: undefined; options?: undefined; })[]; type?: undefined; text?: undefined; })[]; initialAnswers?: undefined; mockReview?: undefined; } | { id: string; subject: string; level: string; title: string; subtitle: string; color: string; accent: string; light: string; border: string; sections: ({ type: "hook"; text: string; id?: undefined; label?: undefined; theory?: undefined; questions?: undefined; infoBox?: undefined; } | { id: string; label: string; theory: string; questions: ({ id: string; type: "fill"; marks: number; prompt: string; blanks: [{}]; after: string; displayMode?: undefined; options?: undefined; words?: undefined; } | { id: string; type: "mcq"; marks: number; prompt: string; displayMode: "full_options"; options: { id: string; text: string; label?: string | undefined; }[]; blanks?: undefined; after?: undefined; words?: undefined; } | { id: string; type: "spelling"; marks: number; prompt: string; words: { wrong: string; }[]; blanks?: undefined; after?: undefined; displayMode?: undefined; options?: undefined; })[]; type?: undefined; text?: undefined; infoBox?: undefined; } | { id: string; label: string; theory: string; questions: ({ id: string; type: "lines"; marks: number; prompt: string; lines: number; displayMode?: undefined; options?: undefined; blanks?: undefined; after?: undefined; } | { id: string; type: "mcq"; marks: number; prompt: string; displayMode: "full_options"; options: { id: string; text: string; label?: string | undefined; }[]; lines?: undefined; blanks?: undefined; after?: undefined; } | { id: string; type: "fill"; marks: number; prompt: string; blanks: [{}]; after: string; lines?: undefined; displayMode?: undefined; options?: undefined; })[]; type?: undefined; text?: undefined; infoBox?: undefined; } | { id: string; label: string; theory: string; infoBox: { icon: string; title: string; text: string; }; questions: { id: string; type: "lines"; marks: number; prompt: string; lines: number; }[]; type?: undefined; text?: undefined; })[]; initialAnswers?: undefined; mockReview?: undefined; })[];