export default class NostrPicture extends HTMLElement {
    static observedAttributes: string[];
    img: HTMLImageElement;
    constructor();
    connectedCallback(): void;
    attributeChangedCallback(name: string, _: string, value: string): void;
    set: () => void;
}
