import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { t as PairedStrings } from "../../strings-paired-D8e9LMVr.js"; import { r as DumbbellProps } from "../../index-C8j4aWTt2.js"; //#region src/charts/dumbbell/client.d.ts interface InteractiveDumbbellProps extends DumbbellProps, PickerProps { strings?: PairedStrings; /** * Opt-in entrance motion (default `false`): the from/to endpoint dots TRAIL * in on first client-side mount — they pop one row after the next, top to * bottom, and each connector draws in as its pair lands. Inert on the server * and on hydrated server HTML; * `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function Dumbbell(props: InteractiveDumbbellProps): React.ReactNode; //#endregion export { Dumbbell, InteractiveDumbbellProps };