import type { FieldProcessor } from '@ephox/boulder'; import type { EventArgs } from '@ephox/sugar'; import type { AlloyComponent } from '../../api/component/ComponentApi'; import * as AlloyEvents from '../../api/events/AlloyEvents'; import type { DraggingState } from '../common/DraggingTypes'; import type { MouseDraggingConfig } from './MouseDraggingTypes'; declare const events: (dragConfig: MouseDraggingConfig, dragState: DraggingState, updateStartState: (comp: AlloyComponent) => void) => Array>>; declare const schema: FieldProcessor[]; export { events, schema }; //# sourceMappingURL=MouseDragging.d.ts.map