import * as AlloyEvents from '../../api/events/AlloyEvents'; import * as DomModification from '../../dom/DomModification'; import type { TogglingConfig, TogglingState } from './TogglingTypes'; declare const exhibit: () => DomModification.DomModification; declare const events: (toggleConfig: TogglingConfig, toggleState: TogglingState) => AlloyEvents.AlloyEventRecord; export { exhibit, events }; //# sourceMappingURL=ActiveToggle.d.ts.map