export declare function isGlobalAttribute(attributeName: string): boolean;
export declare function isAriaAttribute(attributeName: string): boolean;
export declare function isDataAttribute(attributeName: string): boolean;
export declare function isKnowAttributeOnElement(tagName: string, attributeName: string): boolean;
