import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { r as VolumeProfileProps } from "../../index-DzJm9DMt2.js"; //#region src/charts/volume-profile/client.d.ts interface InteractiveVolumeProfileProps extends VolumeProfileProps, PickerProps { /** * Opt-in entrance motion (default `false`): level bars sweep in from the * `align` edge 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 VolumeProfile(props: InteractiveVolumeProfileProps): React.ReactNode; //#endregion export { InteractiveVolumeProfileProps, VolumeProfile };