/** * @synced-from pie-elements/packages/rubric/configure/src/defaults.js * @auto-generated * * This file is automatically synced from pie-elements and converted to TypeScript. * Manual edits will be overwritten on next sync. * To make changes, edit the upstream JavaScript file and run sync again. */ declare const _default: { model: { points: string[]; sampleAnswers: null[]; maxPoints: number; excludeZero: boolean; excludeZeroEnabled: boolean; maxPointsEnabled: boolean; }; configuration: { baseInputConfiguration: { h3: { disabled: boolean; }; audio: { disabled: boolean; }; video: { disabled: boolean; }; image: { disabled: boolean; }; textAlign: { disabled: boolean; }; showParagraphs: { disabled: boolean; }; separateParagraphs: { disabled: boolean; }; }; rubriclessInstruction: { inputConfiguration: { audio: { disabled: boolean; }; video: { disabled: boolean; }; image: { disabled: boolean; }; }; }; showExcludeZero: { settings: boolean; label: string; }; showMaxPoint: { settings: boolean; label: string; }; settingsPanelDisabled: boolean; mathMlOptions: { mmlOutput: boolean; mmlEditing: boolean; }; maxMaxPoints: number; }; }; export default _default; //# sourceMappingURL=defaults.d.ts.map