/** * @synced-from pie-elements/packages/rubric/controller/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: { points: string[]; sampleAnswers: null[]; maxPoints: number; maxPointsEnabled: boolean; excludeZero: boolean; excludeZeroEnabled: boolean; }; export default _default; //# sourceMappingURL=defaults.d.ts.map