import { r as PickerProps, t as LabeledSeriesProps } from "../../interactive-C4bxY0ip.js"; import { n as SeriesStrings, r as SummaryStrings } from "../../summary-D8UEQXYr.js"; import { t as SlotStrings } from "../../strings-slots-BK1AuoH5.js"; import { n as SparkBarProps } from "../../index-Cn8240oj2.js"; //#region src/core/strings-named.d.ts type NamedStrings = Pick; //#endregion //#region src/charts/sparkbar/client.d.ts interface InteractiveSparkBarProps extends SparkBarProps, PickerProps, LabeledSeriesProps { /** Localized announcement templates; defaults to the English series strings. */ strings?: SeriesStrings & SlotStrings & Partial; /** * Opt-in entrance motion (default `false`): the bars rise from the baseline * 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 SparkBar(props: InteractiveSparkBarProps): React.ReactNode; //#endregion export { InteractiveSparkBarProps, SparkBar };