import 'syncfusion-javascript/Scripts/ej/web/ej.listview.min'; import { EJComponents } from './core'; import { EventEmitter, IterableDiffers, KeyValueDiffers, Type, ElementRef, ChangeDetectorRef } from '@angular/core'; export declare class ListViewComponent extends EJComponents { el: ElementRef; cdRef: ChangeDetectorRef; private _ejIterableDiffers; private _ejkeyvaluediffers; ajaxSettings_input: any; checkedIndices_input: any; cssClass_input: any; enableAjax_input: any; enableCache_input: any; enableCheckMark_input: any; enableFiltering_input: any; enableGroupList_input: any; enablePersistence_input: any; fieldSettings_input: any; items_input: any; headerBackButtonText_input: any; headerTitle_input: any; height_input: any; locale_input: any; persistSelection_input: any; preventSelection_input: any; query_input: any; renderTemplate_input: any; selectedItemIndex_input: any; showHeader_input: any; showHeaderBackButton_input: any; templateId_input: any; width_input: any; itemRequestCount_input: any; totalItemsCount_input: any; allowVirtualScrolling_input: any; virtualScrollMode_input: any; ajaxSettings_async_input: any; ajaxSettings_cache_input: any; ajaxSettings_contentType_input: any; ajaxSettings_data_input: any; ajaxSettings_dataType_input: any; ajaxSettings_type_input: any; fieldSettings_checked_input: any; fieldSettings_navigateUrl_input: any; fieldSettings_attributes_input: any; fieldSettings_id_input: any; fieldSettings_imageUrl_input: any; fieldSettings_imageClass_input: any; fieldSettings_preventSelection_input: any; fieldSettings_persistSelection_input: any; fieldSettings_primaryKey_input: any; fieldSettings_parentPrimaryKey_input: any; fieldSettings_text_input: any; fieldSettings_mouseUP_input: any; fieldSettings_mouseDown_input: any; options: any; dataSource_two: any; dataSource_twoChange: EventEmitter; ajaxBeforeLoad_output: EventEmitter<{}>; ajaxComplete_output: EventEmitter<{}>; ajaxError_output: EventEmitter<{}>; ajaxSuccess_output: EventEmitter<{}>; load_output: EventEmitter<{}>; loadComplete_output: EventEmitter<{}>; mouseDown_output: EventEmitter<{}>; mouseUp_output: EventEmitter<{}>; constructor(el: ElementRef, cdRef: ChangeDetectorRef, _ejIterableDiffers: IterableDiffers, _ejkeyvaluediffers: KeyValueDiffers); } export declare var EJ_LISTVIEW_COMPONENTS: Type[];