import { BzToastrConfig } from "."; import { Severity } from "../../utilities"; export declare type SafeBzToastrConfig = BzToastrConfig | undefined; export declare type BzSeverity = Severity | string;