export declare const checkAttr: (el: Element, name: string) => string | null; export declare const listen: (el: Element, event: string, handler: any, options?: any) => void;