/**
* Duration of the toast before automatically dismissed.
*
* Value in milliseconds.
*/export declare const TOAST_DURATION = 3000;
/**
* Class name of the container element that wrap the toast elements.
*/export declare const TOAST_CONTAINER_CLASS = "d-toast-container";