import React, { MutableRefObject } from 'react';
export declare const ReferenceAutocomplete: React.ForwardRefExoticComponent<Omit<import("@sanity/ui").AutocompleteProps<import("@sanity/ui").BaseAutocompleteOption> & Omit<React.HTMLProps<HTMLInputElement>, "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<HTMLInputElement>;
} & {
    referenceElement: HTMLDivElement;
    searchString?: string;
    portalRef?: MutableRefObject<HTMLDivElement>;
}, "ref"> & React.RefAttributes<HTMLInputElement>>;
//# sourceMappingURL=ReferenceAutocomplete.d.ts.map