import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { t as PairedStrings } from "../../strings-paired-D8e9LMVr.js"; import { SlopeProps } from "./index.js"; //#region src/charts/slope/client.d.ts interface InteractiveSlopeProps extends SlopeProps, PickerProps { strings?: PairedStrings; /** * Opt-in entrance motion (default `false`): the lines draw 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 Slope(props: InteractiveSlopeProps): React.ReactNode; //#endregion export { InteractiveSlopeProps, Slope };