export declare class RawTextAttributes { #private; static observedAttributes: string[]; constructor(currentElement: HTMLElement); _handleText(newVal: string | null): void; } export declare class RawText extends HTMLElement { }