import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { t as DistStrings } from "../../strings-dist-B57yRJFG.js"; import { n as MicroBoxProps } from "../../index-BefrK6Ps.js"; //#region src/charts/micro-box/client.d.ts interface InteractiveMicroBoxProps extends MicroBoxProps, PickerProps { strings?: DistStrings; /** * Opt-in entrance motion (default `false`): the whisker, box, median tick * (or the raw dots, below 5 observations) settle into place 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 MicroBox(props: InteractiveMicroBoxProps): React.ReactNode; //#endregion export { InteractiveMicroBoxProps, MicroBox };