import 'jb-notification';
import 'jb-notification/wrapper';
import { JBNotificationWrapperWebComponent } from 'jb-notification/wrapper';
import { type NotificationType } from 'jb-notification';
export declare class NotificationManager {
    #private;
    get wrapperDom(): JBNotificationWrapperWebComponent;
    constructor();
    new(params: NewNotificationProps): void;
    onNotificationClose(e: Event): void;
}
export type NewNotificationProps = {
    title: string;
    type?: NotificationType;
    desc?: string;
};
//# sourceMappingURL=jb-notification-manager.d.ts.map