import { LitElement } from 'lit'; import { SearchResult } from '../types'; declare const NAME = "canary-search-match-github-issue"; export declare class CanarySearchMatchGithubIssue extends LitElement { match: SearchResult; render(): import('lit-html').TemplateResult<1>; private _render_subs; private _handleClickSub; static styles: import('lit').CSSResult[]; } declare global { interface HTMLElementTagNameMap { [NAME]: CanarySearchMatchGithubIssue; } namespace JSX { interface IntrinsicElements { [NAME]: any; } } } export {};