import { LitElement } from 'lit'; export declare class ReportInfraIssue 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; 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-infra-issue': ReportInfraIssue; } } //# sourceMappingURL=jio-report-infra-issue.d.ts.map