export declare class SiteShellElement extends HTMLElement { static observedAttributes: string[]; constructor(); connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void; private render; } //# sourceMappingURL=SiteShellElement.d.ts.map