import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { n as StreakSparkProps } from "../../index-COPKUCSV2.js"; //#region src/charts/streak-spark/client.d.ts interface InteractiveStreakSparkProps extends StreakSparkProps, PickerProps { /** * Opt-in entrance motion (default `false`): the run segments fade onto the * strip on first client-side mount. Inert on the server and on hydrated * server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function StreakSpark(props: InteractiveStreakSparkProps): React.ReactNode; //#endregion export { InteractiveStreakSparkProps, StreakSpark };