import { State } from '../types/store'; import { _Event } from "../types/event"; export default function clickOutside(state: State, e: _Event): void;