import { LitElement } from 'lit'; export declare class ReportAProblem extends LitElement { static styles: import("lit").CSSResult[]; /** * Overrides the page title. Defaults to page title */ pageTitle: string; /** * Overrides the page title. Defaults to page url */ url: string; /** * Github source path relative to $githubRepo */ sourcePath: string; /** * Github repo */ githubRepo: string; /** * Github branch */ githubBranch: string; /** * The name of the bug report template to use */ template: string; get locationHref(): string; get windowTitle(): string; get derivedTitle(): string; get derivedUrl(): string; get reportUrl(): string; render(): import("lit-html").TemplateResult<1> | null; } declare global { interface HTMLElementTagNameMap { 'jio-report-a-problem': ReportAProblem; } } //# sourceMappingURL=jio-report-a-problem.d.ts.map