import React, { MutableRefObject } from 'react'; export declare const ReferenceAutocomplete: React.ForwardRefExoticComponent & Omit, "type" | "id" | "role" | "aria-activedescendant" | "aria-autocomplete" | "aria-expanded" | "aria-owns" | "onChange" | "onSelect" | "ref" | "as" | "autoComplete" | "value" | "spellCheck" | "prefix" | "autoCapitalize" | "autoCorrect" | "inputMode"> & { ref?: React.Ref; } & { referenceElement: HTMLDivElement; searchString?: string; portalRef?: MutableRefObject; }, "ref"> & React.RefAttributes>; //# sourceMappingURL=ReferenceAutocomplete.d.ts.map