import { LitElement } from 'lit'; export declare class WsDocsShell extends LitElement { static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'ws-docs-shell': WsDocsShell; } } //# sourceMappingURL=ws-docs-shell.d.ts.map