import { type PiecewiseLabelFormatterParams } from "./piecewiseColorLegend.types.mjs"; export declare function piecewiseColorDefaultLabelFormatter(params: PiecewiseLabelFormatterParams): string;