import type { HoneycombLabelsDisplay } from '../../../types/honeycomb.js'; export declare const shouldRenderLabels: (labelsDisplay: HoneycombLabelsDisplay | undefined) => labelsDisplay is Exclude;