declare function isValidAttrName(attrName: string): boolean;
export { isValidAttrName };
