export declare const TagTheme: { root: { fontSize: string; fontWeight: string; padding: string; gap: string; borderRadius: string; roundedBorderRadius: string; }; icon: { size: 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; }; }; }; };