/// <reference path="../globals.d.ts" />
/**
 * For use in setting up event management in the instances of PowerPagesElement
 * @see {@link PowerPagesElement}
 */
export declare const EventTypes: {
    readonly CHECKBOX: "click";
    readonly RADIO: "click";
    readonly SELECT: "change";
    readonly TEXT: "keyup";
    readonly DEFAULT: "input";
};
