import { AlertBox } from '../model/data.model';
export declare class AlertBoxComponent {
    alert: AlertBox;
    isLoading: boolean;
}
