import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { n as SeriesStrings } from "../../summary-D8UEQXYr.js"; import { t as SlotStrings } from "../../strings-slots-BK1AuoH5.js"; import { HorizonProps } from "./index.js"; //#region src/charts/horizon/client.d.ts interface InteractiveHorizonProps extends HorizonProps, PickerProps { strings?: SeriesStrings & SlotStrings; /** * Opt-in entrance motion (default `false`): the folded bands wipe 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 Horizon(props: InteractiveHorizonProps): React.ReactNode; //#endregion export { Horizon, InteractiveHorizonProps };