declare function isShadowRoot(val: any): val is ShadowRoot; export default isShadowRoot;