export type ToastAlign = 'start' | 'center' | 'end';
export type ToastType = 'success' | 'warning' | 'danger' | 'empty';
export type ToastPosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';
