import { LitElement, nothing } from 'lit'; declare const NAME = "canary-ask-results"; export declare class CanaryAskResults extends LitElement { private _execution?; render(): import('lit-html').TemplateResult<1> | typeof nothing; static styles: never[]; } declare global { interface HTMLElementTagNameMap { [NAME]: CanaryAskResults; } namespace JSX { interface IntrinsicElements { [NAME]: any; } } } export {};