export declare class AlertModule {
}
export declare class Alert {
    id: string;
    title: string;
    message: string;
    type: string;
}
