import { LitElement } from 'lit'; export declare class ImproveThisPage extends LitElement { static styles: import("lit").CSSResult[]; /** * Github source path relative to $githubRepo */ sourcePath: string; /** * Github repo */ githubRepo: string; /** * Github branch */ githubBranch: string; render(): import("lit-html").TemplateResult<1> | null; } declare global { interface HTMLElementTagNameMap { 'jio-improve-this-page': ImproveThisPage; } } //# sourceMappingURL=jio-improve-this-page.d.ts.map