import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { n as ErrorBudgetProps, o as ErrorBudgetStrings } from "../../index-D3Xs9Gb62.js"; //#region src/charts/error-budget/client.d.ts interface InteractiveErrorBudgetProps extends ErrorBudgetProps, PickerProps { strings?: ErrorBudgetStrings; /** * Opt-in entrance motion (default `false`): the remaining-budget line draws * on 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 ErrorBudget(props: InteractiveErrorBudgetProps): React.ReactNode; //#endregion export { ErrorBudget, InteractiveErrorBudgetProps };