declare class MobiusLink extends HTMLElement {
private href;
private replace;
private state;
constructor();
static get observedAttributes(): string[];
connectedCallback(): void;
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
private updateLink;
private handleClick;
}
export default MobiusLink;