import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core'; import { IComponentBase } from '@syncfusion/ej2-angular-base'; import { Toast } from '@syncfusion/ej2-notifications'; import { ButtonModelPropsDirective } from './buttons.directive'; import * as i0 from "@angular/core"; export declare const inputs: string[]; export declare const outputs: string[]; export declare const twoWays: string[]; /** * Represents the Angular Toast Component * ```html * * ``` */ export declare class ToastComponent extends Toast implements IComponentBase { private ngEle; private srenderer; private viewContainerRef; private injector; containerContext: any; tagObjects: any; beforeClose: any; beforeOpen: any; beforeSanitizeHtml: any; click: any; close: any; created: any; destroyed: any; open: any; childButtons: QueryList; tags: string[]; /** * Specifies the title to be displayed on the Toast. * Accepts selectors, string values and HTML elements. * @default null * @asptype string */ title: any; /** * Specifies the content to be displayed on the Toast. * Accepts selectors, string values and HTML elements. * @default null * @blazortype string * @asptype string */ content: any; /** * Specifies the HTML element/element ID as a string that can be displayed as a Toast. * The given template is taken as preference to render the Toast, even if the built-in properties such as title and content are defined. * * {% codeBlock src='toast/template/index.md' %}{% endcodeBlock %} * * @default null * @asptype string */ template: any; constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector); ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; ngAfterContentChecked(): void; registerEvents: (eventList: string[]) => void; addTwoWay: (propList: string[]) => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }