import { ApplicationState } from '../types'; declare const mountHandlerMoveNode: (getState: () => ApplicationState) => Element; export default mountHandlerMoveNode; //# sourceMappingURL=mountHandlerMoveNode.d.ts.map