import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as OhlcStrings, r as OhlcProps } from "../../index-CcC55ntu.js"; //#region src/charts/ohlc/client.d.ts interface InteractiveOhlcProps extends OhlcProps, PickerProps { strings?: OhlcStrings; /** * Opt-in entrance motion (default `false`): the periods pop in one candle at a * time, oldest to newest, 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 Ohlc(props: InteractiveOhlcProps): React.ReactNode; //#endregion export { InteractiveOhlcProps, Ohlc };