/** * Whether the element is disabled or not. */ export declare function isDisabled(element: Element): boolean; /** * Sets an attribute on the element if there aren't any that is already defined. */ export declare function setSafeAttribute(element: Element, attribute: string, value: string): void; //# sourceMappingURL=dom.d.ts.map