import { LitElement } from 'lit'; declare const NAME = "canary-callout"; export declare class CanaryCallout extends LitElement { forceShow: boolean; keywords: string[]; url: string; message: string; private _callout; render(): import('lit-html').TemplateResult | typeof import('lit-html').nothing; private _handleClick; static styles: import('lit').CSSResult[]; } declare global { interface HTMLElementTagNameMap { [NAME]: CanaryCallout; } namespace JSX { interface IntrinsicElements { [NAME]: any; } } } export {};