import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { n as TimeInRangeProps } from "../../index-Cf1_BGPs2.js"; //#region src/charts/time-in-range/client.d.ts interface InteractiveTimeInRangeProps extends TimeInRangeProps, PickerProps { /** * Opt-in entrance motion (default `false`): the zone segments reveal 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 TimeInRange(props: InteractiveTimeInRangeProps): React.ReactNode; //#endregion export { InteractiveTimeInRangeProps, TimeInRange };