import type { SeriesId } from '@mui/x-charts/models'; import type { D3Scale } from '@mui/x-charts/internals'; export declare function checkCandlestickScaleErrors(seriesId: SeriesId, xScale: D3Scale): void;