import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { i as CycleStrings, n as CyclePlotProps } from "../../index-DAWylY1l.js"; //#region src/charts/cycle-plot/client.d.ts interface InteractiveCyclePlotProps extends CyclePlotProps, PickerProps { strings?: CycleStrings; /** * Opt-in entrance motion (default `false`): the spine draws on 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 CyclePlot(props: InteractiveCyclePlotProps): React.ReactNode; //#endregion export { CyclePlot, InteractiveCyclePlotProps };