import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { t as QuantileStrings } from "../../strings-quantile-DZDgt6TO.js"; import { n as GradedBandProps } from "../../index-BJWBGhSe.js"; //#region src/charts/graded-band/client.d.ts interface InteractiveGradedBandProps extends GradedBandProps, PickerProps { strings?: QuantileStrings; /** * Opt-in entrance motion (default `false`): the nested bands GROW outward * from the median 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 GradedBand(props: InteractiveGradedBandProps): React.ReactNode; //#endregion export { GradedBand, InteractiveGradedBandProps };