export declare class AnnotatorElement extends HTMLElement { private shadowRootEl; constructor(); private addStyleElement; appendChild(newChild: T): T; insertBefore(newChild: T, refChild: Node | null): T; removeChild(oldChild: T): T; }