import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as BubbleStrings, r as BubbleRowProps } from "../../index-8-XQeVja.js"; //#region src/charts/bubble-row/client.d.ts interface InteractiveBubbleRowProps extends BubbleRowProps, PickerProps { strings?: BubbleStrings; /** * Opt-in entrance motion (default `false`): the bubbles inflate along the * row, left to right, on first client-side mount. Inert on the server and * on hydrated server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function BubbleRow(props: InteractiveBubbleRowProps): React.ReactNode; //#endregion export { BubbleRow, InteractiveBubbleRowProps };