import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as ParetoStrings, n as ParetoStripProps } from "../../index-BSCNJwqr.js"; //#region src/charts/pareto-strip/client.d.ts interface InteractiveParetoStripProps extends ParetoStripProps, PickerProps { strings?: ParetoStrings; /** * Opt-in entrance motion (default `false`): bars rise from the baseline, * left to right, on first client-side mount, and the cumulative-share line * fades in once the bars have mostly landed. Inert on the server and on * hydrated server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function ParetoStrip(props: InteractiveParetoStripProps): React.ReactNode; //#endregion export { InteractiveParetoStripProps, ParetoStrip };