export declare const MessageTheme: { root: { borderRadius: string; borderWidth: string; transitionDuration: string; }; content: { padding: string; gap: string; sm: { padding: string; }; lg: { padding: string; }; }; text: { fontSize: string; fontWeight: string; sm: { fontSize: string; }; lg: { fontSize: string; }; }; icon: { size: string; sm: { size: string; }; lg: { size: string; }; }; closeButton: { width: string; height: string; borderRadius: string; focusRing: { width: string; style: string; offset: string; }; }; closeIcon: { size: string; sm: { size: string; }; lg: { size: string; }; }; outlined: { root: { borderWidth: string; }; }; simple: { content: { padding: string; }; }; colorScheme: { light: { info: { background: string; borderColor: string; color: string; shadow: string; closeButton: { hoverBackground: string; focusRing: { color: string; shadow: string; }; }; outlined: { color: string; borderColor: string; }; simple: { color: string; }; }; success: { background: string; borderColor: string; color: string; shadow: string; closeButton: { hoverBackground: string; focusRing: { color: string; shadow: string; }; }; outlined: { color: string; borderColor: string; }; simple: { color: string; }; }; warn: { background: string; borderColor: string; color: string; shadow: string; closeButton: { hoverBackground: string; focusRing: { color: string; shadow: string; }; }; outlined: { color: string; borderColor: string; }; simple: { color: string; }; }; error: { background: string; borderColor: string; color: string; shadow: string; closeButton: { hoverBackground: string; focusRing: { color: string; shadow: string; }; }; outlined: { color: string; borderColor: string; }; simple: { color: string; }; }; secondary: { background: string; borderColor: string; color: string; shadow: string; closeButton: { hoverBackground: string; focusRing: { color: string; shadow: string; }; }; outlined: { color: string; borderColor: string; }; simple: { color: string; }; }; contrast: { background: string; borderColor: string; color: string; shadow: string; closeButton: { hoverBackground: string; focusRing: { color: string; shadow: string; }; }; outlined: { color: string; borderColor: string; }; simple: { color: string; }; }; }; dark: { info: { background: string; borderColor: string; color: string; shadow: string; closeButton: { hoverBackground: string; focusRing: { color: string; shadow: string; }; }; outlined: { color: string; borderColor: string; }; simple: { color: string; }; }; success: { background: string; borderColor: string; color: string; shadow: string; closeButton: { hoverBackground: string; focusRing: { color: string; shadow: string; }; }; outlined: { color: string; borderColor: string; }; simple: { color: string; }; }; warn: { background: string; borderColor: string; color: string; shadow: string; closeButton: { hoverBackground: string; focusRing: { color: string; shadow: string; }; }; outlined: { color: string; borderColor: string; }; simple: { color: string; }; }; error: { background: string; borderColor: string; color: string; shadow: string; closeButton: { hoverBackground: string; focusRing: { color: string; shadow: string; }; }; outlined: { color: string; borderColor: string; }; simple: { color: string; }; }; secondary: { background: string; borderColor: string; color: string; shadow: string; closeButton: { hoverBackground: string; focusRing: { color: string; shadow: string; }; }; outlined: { color: string; borderColor: string; }; simple: { color: string; }; }; contrast: { background: string; borderColor: string; color: string; shadow: string; closeButton: { hoverBackground: string; focusRing: { color: string; shadow: string; }; }; outlined: { color: string; borderColor: string; }; simple: { color: string; }; }; }; }; };