import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { c as SproutStrings, r as SproutRowProps } from "../../index-DdHdf59Y2.js"; //#region src/charts/sprout-row/client.d.ts interface InteractiveSproutRowProps extends SproutRowProps, PickerProps { strings?: SproutStrings; /** * Opt-in entrance motion (default `false`): each stage glyph grows upward from * the soil, staggered left to right, when the chart first mounts client-side — * the row literally sprouts in. Inert on the server and on hydrated server * HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function SproutRow(props: InteractiveSproutRowProps): React.ReactNode; //#endregion export { InteractiveSproutRowProps, SproutRow };