export declare const htmlElementAttributes: { [key: string]: string[]; }; export declare const isHtmlAttribute: (attr: string, tagName: string) => boolean;