import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { t as DistStrings } from "../../strings-dist-B57yRJFG.js"; import { HistogramStripProps } from "./index.js"; //#region src/charts/histogram-strip/client.d.ts interface InteractiveHistogramStripProps extends HistogramStripProps, PickerProps { strings?: DistStrings; /** * Opt-in entrance motion (default `false`): bins rise from the baseline * when the chart first mounts client-side. Inert on the server and on * hydrated server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function HistogramStrip(props: InteractiveHistogramStripProps): React.ReactNode; //#endregion export { HistogramStrip, InteractiveHistogramStripProps };