import { SafeHtml } from '@angular/platform-browser'; export declare class AlertInterFace { title?: string; description?: string | SafeHtml; buttonText?: string; type?: 'error' | 'success' | 'warning' | 'info'; }