import { Notification } from './models';
export default class NotificationHtmlParser {
    static parseContent(html: string): Notification;
}
