import { Matcher } from '.'; export interface State { matchers: Matcher[]; focusMatcher?: Matcher; hasFocus: boolean; hasMouse: boolean; }