import type { AlloyComponent } from '../../api/component/ComponentApi'; import type { AlloyEventRecord } from '../../api/events/AlloyEvents'; declare const instigate: (anyComponent: AlloyComponent, blocker: AlloyComponent) => void; declare const discard: (blocker: AlloyComponent) => void; declare const createComponent: (component: AlloyComponent, blockerClass: string, blockerEvents: AlloyEventRecord) => AlloyComponent; export { createComponent, instigate, discard }; //# sourceMappingURL=BlockerUtils.d.ts.map