import { TemplateRef } from '@angular/core';
export declare class ExceptionComponent {
    _img: string;
    _title: string;
    _desc: string;
    type: 403 | 404 | 500;
    img: any;
    title: any;
    desc: any;
    actions: TemplateRef<any>;
}
