import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { t as PairedStrings } from "../../strings-paired-D8e9LMVr.js"; import { PairedBarsProps } from "./index.js"; //#region src/charts/paired-bars/client.d.ts interface InteractivePairedBarsProps extends PairedBarsProps, PickerProps { strings?: PairedStrings; /** * Opt-in entrance motion (default `false`): value bars rise from the * baseline (vertical) or sweep in from the left (horizontal) 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 PairedBars(props: InteractivePairedBarsProps): React.ReactNode; //#endregion export { InteractivePairedBarsProps, PairedBars };