import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as ShiftStrings, n as ShiftHistogramProps } from "../../index-BSBca9Vg.js"; //#region src/charts/shift-histogram/client.d.ts interface InteractiveShiftHistogramProps extends ShiftHistogramProps, PickerProps { strings?: ShiftStrings; /** * Opt-in entrance motion (default `false`): the mirrored bins RISE out of * the shared center axis, cascading left to right, 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 ShiftHistogram(props: InteractiveShiftHistogramProps): React.ReactNode; //#endregion export { InteractiveShiftHistogramProps, ShiftHistogram };