export declare enum LookupState {
    optionsVisible = 0,
    searching = 1,
    noMatches = 2,
    error = 3
}
