import { ToastConfig } from '../../../shared/types/toast'; export declare const defaultToastConfig: ToastConfig; export declare let toastConfig: ToastConfig; export declare const configureToast: (newConfig: Partial) => void; //# sourceMappingURL=toast.config.d.ts.map