export interface AlertOptions {
    title?: string;
    textClose?: string;
    draggable?: boolean;
}
