import { ConsusTheme } from "../../styles/theme.interface"; export declare const toastGlobals: (theme: ConsusTheme) => { '.Toast-class': { borderRadius: number; boxShadow: string; '&.Toastify__toast--error': { color: string; svg: { path: { fill: string; }; }; backgroundColor: string; }; '&.Toastify__toast--success': { color: string; svg: { path: { fill: string; }; }; backgroundColor: string; }; '&.Toastify__toast--info': { color: string; svg: { path: { fill: string; }; }; backgroundColor: string; }; '&.Toastify__toast--warning': { color: string; svg: { path: { fill: string; }; }; backgroundColor: string; }; button: { opacity: number; }; }; '.Toast-body-class': { alignItems: string; fontSize: number; lineHeight: string; letterSpacing: string; }; };