import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { Mention } from '@syncfusion/ej2-dropdowns';
import * as i0 from "@angular/core";
export declare const inputs: string[];
export declare const outputs: string[];
export declare const twoWays: string[];
/**
*The Mention component contains a list of predefined values, from which the user can choose a single value.
*```html
*
*```
*/
export declare class MentionComponent extends Mention implements IComponentBase {
private ngEle;
private srenderer;
private viewContainerRef;
private injector;
containerContext: any;
tagObjects: any;
actionBegin: any;
actionComplete: any;
actionFailure: any;
beforeOpen: any;
change: any;
closed: any;
created: any;
destroyed: any;
filtering: any;
opened: any;
select: any;
/**
* Specifies the template for the selected value from the suggestion list.
* @default null
* @asptype string
*/
displayTemplate: any;
/**
* Specifies the template for the suggestion list.
* @default null
*/
itemTemplate: any;
/**
* Specifies the template for showing until data is loaded in the popup.
* @default null
* @asptype string
*/
spinnerTemplate: any;
/**
* Specifies the template for no matched item which is displayed when there are no items to display in the suggestion list.
* @default 'No records found'
*/
noRecordsTemplate: 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;
}