export declare class NotificationType { /** * Danger notification type */ static readonly DANGER: string; /** * Information notification type */ static readonly INFO: string; /** * Success notification type */ static readonly SUCCESS: string; /** * Warning notification type */ static readonly WARNING: string; }