import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as ChangePointStrings, n as ChangePointProps } from "../../index-DPIpDiDJ.js"; //#region src/charts/change-point/client.d.ts interface InteractiveChangePointProps extends ChangePointProps, PickerProps { strings?: ChangePointStrings; /** * Opt-in entrance motion (default `false`): the line 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 ChangePoint(props: InteractiveChangePointProps): React.ReactNode; //#endregion export { ChangePoint, InteractiveChangePointProps };