/// export interface IFabreactorLookupDisplayFieldProps { value?: any; multiValue?: boolean; tooltip?: any; asGrid?: boolean; onClick?: any; } export declare const FabreactorLookupDisplayField: (props: IFabreactorLookupDisplayFieldProps) => JSX.Element;