import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as WinProbWormStrings, n as WinProbWormProps } from "../../index-C3ocOhU_2.js"; //#region src/charts/win-prob-worm/client.d.ts interface InteractiveWinProbWormProps extends WinProbWormProps, PickerProps { strings?: WinProbWormStrings; /** * Opt-in entrance motion (default `false`): the worm draws 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 WinProbWorm(props: InteractiveWinProbWormProps): React.ReactNode; //#endregion export { InteractiveWinProbWormProps, WinProbWorm };