import type { NotificationTheme } from './light';
declare const notificationDark: NotificationTheme;
export default notificationDark;
