import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { i as DataDiffStrings, n as DataDiffProps } from "../../index-B1dEElR0.js"; //#region src/charts/data-diff/client.d.ts interface InteractiveDataDiffProps extends DataDiffProps, PickerProps { strings?: DataDiffStrings; /** * Opt-in entrance motion (default `false`): each row's bars sweep out from the * zero line — removed leftward, added rightward — row by row, top to bottom, * 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 DataDiff(props: InteractiveDataDiffProps): React.ReactNode; //#endregion export { DataDiff, InteractiveDataDiffProps };