import { SelectItem } from "primeng/api"; export declare class List { dataSource?: string; records: any[]; label: string; value: string; forProperty: string; items: SelectItem[]; allItems: SelectItem[]; constructor(dataSource: string, records: any[] | undefined, label: string, value: string, forProperty?: string); }