export declare class DemoShell extends HTMLElement { constructor(); static styles: string[]; connectedCallback(): Promise; render(): string; }