import * as i0 from "@angular/core";
export declare class NavbarNotificationsComponent {
    notifications: {
        icon: string;
        name: string;
        time: string;
        message: string;
    }[];
    static ɵfac: i0.ɵɵFactoryDeclaration<NavbarNotificationsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NavbarNotificationsComponent, "amt-navbar-notifications", never, {}, {}, never, never, true, never>;
}
