import { LitElement } from 'lit'; import { SearchResult } from '../types'; declare const NAME = "canary-search-match-openapi"; /** * @private NOT DONE YET */ export declare class CanarySearchMatchOpenAPI extends LitElement { match: SearchResult; render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult[]; } declare global { interface HTMLElementTagNameMap { [NAME]: CanarySearchMatchOpenAPI; } namespace JSX { interface IntrinsicElements { [NAME]: any; } } } export {};