import React from 'react';
import { TypeaheadInputProps } from '../../types';
declare const TypeaheadInputSingle: ({ inputRef, referenceElementRef, ...props }: TypeaheadInputProps) => React.JSX.Element;
export default TypeaheadInputSingle;
