export declare class ThemedButton extends HTMLElement { private root; private button; constructor(); static get observedAttributes(): string[]; attributeChangedCallback(name: string, _oldValue: string | null, newValue: string | null): void; }