/** How much Toast should be visible before hiding in millisecond */
export const DEFAULT_TOAST_VISIBLE_DURATION = 2000;
