export interface IContext {
    withinFocusedElement?: any;
    timeout: number | null;
}
