import { toastType } from './content';
export declare const TOAST_TYPES: {
    [key: string]: toastType;
};
