import { NotificationStatus } from '@codesandbox/notifications'; export declare const notificationState: any; export type NotificationType = 'notice' | 'success' | 'warning' | 'error'; export declare function convertTypeToStatus(type: NotificationType): NotificationStatus;