import { MrujsPluginInterface } from '../types'; export declare function ElementEnabler(): MrujsPluginInterface; export declare function enableElement(trigger: Event | HTMLElement): void; /** * Re-enables disabled form elements: * - Replaces element text with cached value from 'ujs-enable-with' data store (created in `disableFormElements`) * - Sets disabled property to false */ export declare function enableFormElements(form: HTMLFormElement): void; export declare function enableFormElement(element: HTMLElement): void; //# sourceMappingURL=elementEnabler.d.ts.map