export declare function getAttributeAsNumber(el: Element, attributeName: string): number | null;
export declare function setAttribute(el: Element, attributeName: string, attributeValue: Object | null): null;
export declare function clearShadowRoot(shadowRoot: ShadowRoot): void;
