import type { TuiSizeL, TuiSizeXS } from '@taiga-ui/core/types';
import * as i0 from "@angular/core";
export declare class TuiBadgeNotification {
    protected readonly options: import("@angular/animations").AnimationOptions;
    size: TuiSizeL | TuiSizeXS;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiBadgeNotification, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TuiBadgeNotification, "tui-badge-notification", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
}
