import * as AlloyEvents from '../../api/events/AlloyEvents'; import * as DomModification from '../../dom/DomModification'; declare const exhibit: () => DomModification.DomModification; declare const events: () => AlloyEvents.AlloyEventRecord; export { events, exhibit }; //# sourceMappingURL=ActiveUnselecting.d.ts.map