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 { TouchDraggingConfig } from './TouchDraggingTypes'; declare const events: (dragConfig: TouchDraggingConfig, dragState: DraggingState, updateStartState: (comp: AlloyComponent) => void) => Array>>; declare const schema: FieldProcessor[]; export { events, schema }; //# sourceMappingURL=TouchDragging.d.ts.map