import { TypeaheadOption } from '../Typeahead'; export type TypeaheadOptionProps = { option: TypeaheadOption; selected?: boolean; onClick?: React.MouseEventHandler; query?: string; id?: string; }; declare const Option: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default Option; //# sourceMappingURL=TypeaheadOption.d.ts.map