import { LitElement, TemplateResult } from 'lit'; import './jio-improve-this-page'; import './jio-report-a-problem'; /** * 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; /** * The name of the bug report template to use */ reportAProblemTemplate: string; render(): TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'jio-footer': Footer; } } //# sourceMappingURL=jio-footer.d.ts.map