export declare class ListItem { readonly id: string; displayText: string; data: any; constructor(text?: string, data?: any); }