import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { n as SeriesStrings } from "../../summary-D8UEQXYr.js"; import { i as VsStrings, n as DualSparklineProps } from "../../index-COamKSJa.js"; //#region src/charts/dual-sparkline/client.d.ts interface InteractiveDualSparklineProps extends DualSparklineProps, PickerProps { strings?: VsStrings; seriesStrings?: SeriesStrings; /** * Opt-in entrance motion (default `false`): the primary 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 DualSparkline(props: InteractiveDualSparklineProps): React.ReactNode; //#endregion export { DualSparkline, InteractiveDualSparklineProps };