import { Cell } from '@ephox/katamari'; import type { SugarElement } from '@ephox/sugar'; import type { EventFormat } from './SimulatedEvent'; declare const derive: (rawEvent: EventFormat, rawTarget: SugarElement) => Cell>; export { derive }; //# sourceMappingURL=EventSource.d.ts.map