export declare const BadgeTheme: { root: { borderRadius: string; padding: string; fontSize: string; fontWeight: string; minWidth: string; height: string; }; dot: { size: string; }; sm: { fontSize: string; minWidth: string; height: string; }; lg: { fontSize: string; minWidth: string; height: string; }; xl: { fontSize: string; minWidth: string; height: string; }; colorScheme: { light: { primary: { background: string; color: string; }; secondary: { background: string; color: string; }; success: { background: string; color: string; }; info: { background: string; color: string; }; warn: { background: string; color: string; }; danger: { background: string; color: string; }; contrast: { background: string; color: string; }; }; dark: { primary: { background: string; color: string; }; secondary: { background: string; color: string; }; success: { background: string; color: string; }; info: { background: string; color: string; }; warn: { background: string; color: string; }; danger: { background: string; color: string; }; contrast: { background: string; color: string; }; }; }; };