import IHandlerParams from '../Interfaces/IHandlerParams'; declare function handleBodyMousedown(e: Event, { actions }: IHandlerParams): void; export default handleBodyMousedown;