import { Option } from '../../types'; interface Props { filteredOptions: Opt[]; hasCustomValue: boolean; } declare const _default: (props: Props) => { hasHint: boolean; }; export default _default;