/** * @synced-from pie-elements/packages/rubric/src/main.jsx * @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. */ import React from 'react'; import PropTypes from 'prop-types'; export declare const RubricType: PropTypes.Requireable; points: PropTypes.Requireable<(string | null | undefined)[]>; sampleAnswers: PropTypes.Requireable<(string | null | undefined)[]>; animationsDisabled: PropTypes.Requireable; }>>; declare class Rubric extends React.Component { dudUrl: string; constructor(props: any); static propTypes: { model: PropTypes.Validator; animationsDisabled: PropTypes.Requireable; value: PropTypes.Requireable; points: PropTypes.Requireable<(string | null | undefined)[]>; sampleAnswers: PropTypes.Requireable<(string | null | undefined)[]>; animationsDisabled: PropTypes.Requireable; }>>; }; toggleRubric(): void; shouldRenderPoint: any; render(): React.JSX.Element | null; } export default Rubric; //# sourceMappingURL=main.d.ts.map