import { NotificationSeverity } from './types'; /** Ordered list of severities used by the Notifications. * * @public */ export declare const notificationSeverities: NotificationSeverity[];