export interface ToastTheme { base: string; title: string; description: string; success: string; error: string; info: string; warning: string; loading: string; default: string; } export declare const toastTheme: ToastTheme; //# sourceMappingURL=theme.d.ts.map