import { Option, TypeaheadPropsAndState } from '../types'; declare function addCustomOption(results: Option[], props: TypeaheadPropsAndState): boolean; export default addCustomOption;