export interface HTMLEvent { selector: string; type: string; callback: Function; }