import IHandlerParams from '../Interfaces/IHandlerParams'; declare function handleWindowClick(_: any, { state, actions, dom }: IHandlerParams): void; export default handleWindowClick;