import * as React from 'react'; import type { AxisTooltipContentProps, ItemTooltipContentProps } from '@mui/x-charts/internals'; export declare function OHLCTooltipContent(props: AxisTooltipContentProps<'ohlc'> | ItemTooltipContentProps<'ohlc'>): React.JSX.Element | null;