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