import { BadgeNumformat, BadgeSectionStyle, BadgeTextStyle, GlobalConfig, SuperNumber } from '../type'; declare const defaultGlobal: GlobalConfig; declare const defaultFormat: BadgeNumformat; declare const defaultTextConfig: BadgeTextStyle; declare const defaultSectionStyle: BadgeSectionStyle; declare const defaultSuperNumber: SuperNumber; export { defaultGlobal, defaultSuperNumber, defaultFormat, defaultTextConfig, defaultSectionStyle };