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

export = isShadowRoot;
