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