import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { i as ForecastStrings, n as ForecastConeProps } from "../../index-COR4Uwb0.js"; //#region src/charts/forecast-cone/client.d.ts interface InteractiveForecastConeProps extends ForecastConeProps, PickerProps { strings?: ForecastStrings; /** * Opt-in entrance motion (default `false`): the history line and fan cone * 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 ForecastCone(props: InteractiveForecastConeProps): React.ReactNode; //#endregion export { ForecastCone, InteractiveForecastConeProps };