export enum LookupState {
	optionsVisible,
	searching,
	noMatches,
	error
}
