import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { n as SeriesStrings } from "../../summary-D8UEQXYr.js"; import { SparklineProps } from "./index.js"; //#region src/charts/sparkline/client.d.ts interface InteractiveSparklineProps extends SparklineProps, PickerProps { /** Swappable announcement strings (defaults to EN). */ strings?: SeriesStrings; /** * 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 Sparkline(props: InteractiveSparklineProps): React.ReactNode; //#endregion export { InteractiveSparklineProps, Sparkline };