import type { LabelmapStyle } from '../../../types/LabelmapTypes'; declare function getDefaultLabelmapStyle(): LabelmapStyle; export default getDefaultLabelmapStyle;