import * as AlloyEvents from '../../api/events/AlloyEvents'; import type { BlockerDragApi } from '../common/BlockerTypes'; declare const init: (dragApi: BlockerDragApi) => AlloyEvents.AlloyEventRecord; export { init }; //# sourceMappingURL=MouseBlockerEvents.d.ts.map