import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { o as CategoryStrings, r as MiniBarProps } from "../../index-CgMum0ZL.js"; //#region src/charts/mini-bar/client.d.ts interface InteractiveMiniBarProps extends MiniBarProps, PickerProps { strings?: CategoryStrings; /** * Opt-in entrance motion (default `false`): bars rise from the baseline * (vertical) or sweep in from the left (horizontal) 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 MiniBar(props: InteractiveMiniBarProps): React.ReactNode; //#endregion export { InteractiveMiniBarProps, MiniBar };