/// export interface IFabreactorLookupItemProps { value?: any; onClick?: any; small?: any; } export declare const FabreactorLookupItem: (props: IFabreactorLookupItemProps) => JSX.Element;