type propsType = { label: string; placeholder?: string; disabled?: boolean; required?: boolean; className?: string; onChange?: any; onCancel?: any; value?: any; type?: any; controller?: any; apiName?: string; config?: any; displayField?: any; multiple?: any; onRowClick?: any; onBlur?: any; allowMultiple?: boolean; onSelectMultiple?: any; isRowSelected?: boolean; isAllSelected?: boolean; data?: any; useLookup?: boolean; fillObj?: any; params?: any; apiFunctions?: any; }; export default function BASearchLookup(props: propsType): import("react/jsx-runtime").JSX.Element; export {};