import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { i as RateVolumeStrings, n as RateVolumeProps } from "../../index-CDHhS6Xc.js"; //#region src/charts/rate-volume/client.d.ts interface InteractiveRateVolumeProps extends RateVolumeProps, PickerProps { strings?: RateVolumeStrings; /** * Opt-in entrance motion (default `false`): the rate 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 RateVolume(props: InteractiveRateVolumeProps): React.ReactNode; //#endregion export { InteractiveRateVolumeProps, RateVolume };