import type { DefaultConfigByGeometry } from '../types.js'; /** @internal */ export type Defaults = Pick; /** @internal */ export declare const useDefaultLabels: () => ((key: Exclude, label?: string) => string | undefined) | null;