import { TemplateRef, SimpleChanges } from '@angular/core'; import { SelectItem } from 'primeng/api'; import { InputComponent } from './template-form'; export declare class ListBoxComponent extends InputComponent { style: any; data: any[]; textProperty: string; valueProperty: string; allowFiltering: boolean; checkbox: boolean; showToggleAll: boolean; multiple: boolean; metaKeySelection: boolean; template: TemplateRef; value: any; options: SelectItem[]; text(item: any): any; ngOnChanges(changes: SimpleChanges): void; private setOptions; } export declare class ListBoxModule { }