import { RootRef } from "../common"; export declare class ShadowRootRef extends RootRef { container: HTMLElement; shadowRoot: ShadowRoot; constructor(container: HTMLElement, shadowRoot: ShadowRoot); }