import { type Optional } from '@ephox/katamari'; import type { EventArgs } from '@ephox/sugar'; import type { AlloyComponent } from '../../api/component/ComponentApi'; import * as AlloyEvents from '../../api/events/AlloyEvents'; declare const pointerEvents: () => Array>; declare const events: (optAction: Optional<(comp: AlloyComponent) => void>) => AlloyEvents.AlloyEventRecord; export { pointerEvents, events }; //# sourceMappingURL=ButtonBase.d.ts.map