import { AxisTruncationConfig } from '../types/plots'; import { Shape } from 'plotly.js'; import { NumberOrDateRange } from '../types/general'; export declare type extendedDependentAxisRangeType = { minStart: number | string; min: number | string; maxStart: number | string; max: number | string; }; export declare function truncationLayoutShapes(orientation: import("../types/plots").OrientationOptions | undefined, standardIndependentAxisRange: NumberOrDateRange | undefined, standardDependentAxisRange: NumberOrDateRange | undefined, extendedIndependentAxisRange: NumberOrDateRange | undefined, extendedDependentAxisRange: NumberOrDateRange | undefined, axisTruncationConfig?: AxisTruncationConfig): Partial[]; //# sourceMappingURL=truncation-layout-shapes.d.ts.map