import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { r as CalibrationStripProps } from "../../index-DRjCwVc5.js"; //#region src/charts/calibration-strip/client.d.ts interface InteractiveCalibrationStripProps extends CalibrationStripProps, PickerProps { /** * Opt-in entrance motion (default `false`): the per-bin points settle onto * the diagonal (dots mode) or the deviation columns fade in (bars * mode) on first client-side mount. Inert on the server and on hydrated * server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function CalibrationStrip(props: InteractiveCalibrationStripProps): React.ReactNode; //#endregion export { CalibrationStrip, InteractiveCalibrationStripProps };