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