export declare function isBooleanAttribute(attrName: string): boolean; export declare function isGlobalHtmlAttribute(attrName: string): boolean; export declare function htmlAttributeToProperty(attrName: string): string; export declare function htmlPropertyToAttribute(propName: string): string;