import { LitElement, TemplateResult } from 'lit'; import './jio-improve-this-page'; import './jio-report-a-problem'; import './jio-report-infra-issue'; /** * Standard jenkins.io footer */ export declare class Footer extends LitElement { static styles: any[]; license: string; property: string; /** * Github source path relative to $githubRepo */ sourcePath: string; /** * Github repo */ githubRepo: string; /** * Github branch */ githubBranch: string; /** * GitHub issue template filename */ reportAProblemTemplate: string; /** * GitHub issue template field to fill */ reportAProblemTemplateField: string; /** * List of label(s) to add to the issue (comma separated) */ reportAProblemLabels: string; skipReportIssue: boolean; private isADownloadsPage; render(): TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'jio-footer': Footer; } } //# sourceMappingURL=jio-footer.d.ts.map