import { type Optional, Result } from '@ephox/katamari'; import type { AlloyBehaviour } from '../api/behaviour/Behaviour'; import type { AlloyEventRecord } from '../api/events/AlloyEvents'; import type * as BehaviourBlob from '../behaviour/common/BehaviourBlob'; import type { BehaviourState } from '../behaviour/common/BehaviourState'; import type { UncurriedHandler } from '../events/EventRegistry'; type Info = Record Optional>>; declare const combine: (info: Info, eventOrder: Record, behaviours: Array>, base: Record) => Result, string[]>; export { combine }; //# sourceMappingURL=ComponentEvents.d.ts.map