declare class AttributeUtil { static isAttributeNotFalse(element: HTMLElement, attrName: string): boolean; } export { AttributeUtil };