export declare const badgeDotAppearance: readonly ["infoPrimary", "infoSecondary", "positive", "warning", "negative"]; export type BadgeDotAppearance = typeof badgeDotAppearance[number]; export type BadgeDotAppearanceTo = Record; export declare const badgeDotEmphasis: readonly ["strong", "subtle"]; export type BadgeDotEmphasis = typeof badgeDotEmphasis[number]; export declare const appearanceToAriaLabel: Record;