import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { r as RubricStripProps } from "../../index-WCInOWDQ.js"; //#region src/charts/rubric-strip/client.d.ts interface InteractiveRubricStripProps extends RubricStripProps, PickerProps { /** * Opt-in entrance motion (default `false`): each criterion's bar sweeps in * from the left, staggered row by row, on first client-side mount. Inert on * the server and on hydrated server HTML; `prefers-reduced-motion` always * wins. */ animate?: boolean; } declare function RubricStrip(props: InteractiveRubricStripProps): React.ReactNode; //#endregion export { InteractiveRubricStripProps, RubricStrip };