import type { TuiPopover } from '@taiga-ui/cdk/services';
import type { TuiPushOptions } from './push.options';
import * as i0 from "@angular/core";
import * as i1 from "@taiga-ui/cdk/directives/animated";
export declare class TuiPushAlert {
    protected readonly context: TuiPopover<TuiPushOptions, string>;
    protected get isDirective(): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiPushAlert, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TuiPushAlert, "ng-component", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
}
