export declare class BluemojiWebComponent extends HTMLElement { static observedAttributes: string[]; img?: HTMLImageElement; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; static register(): void; }