import { TuiModalService } from '@taiga-ui/core/portals/modal';
import { TuiNotificationMiddleComponent, type TuiNotificationMiddleOptions } from './notification-middle.component';
import * as i0 from "@angular/core";
export declare class TuiNotificationMiddleService extends TuiModalService<TuiNotificationMiddleOptions> {
    protected readonly options: {
        closable: boolean;
    };
    protected readonly content: typeof TuiNotificationMiddleComponent;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiNotificationMiddleService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TuiNotificationMiddleService>;
}
