import { AttributeTypeConverter } from '../../types/typeConverters'; import { GenericObject } from '../../types/object'; export declare class InternalHTML extends HTMLElement { _waitingToRender_: boolean; _propUpdated_: boolean; static _attributes_: GenericObject; static _attributeToProperty_: GenericObject; static get observedAttributes(): string[]; constructor(); private constructPropertyAccessors; attributeChangedCallback(attributeName: string, oldValue: string, newValue: string): void; onRender(): void; } //# sourceMappingURL=internalHTML.d.ts.map