export interface LookupInputChangeEvent { value: any; text: string; } export interface LookupConfirmEvent { value: any; close: boolean; }