import { LitElement } from 'lit'; declare const NAME = "canary-callout-slack"; export declare class CanaryCalloutSlack extends LitElement { forceShow: boolean; keywords: string[]; url: string; message: string; render(): import('lit-html').TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { [NAME]: CanaryCalloutSlack; } namespace JSX { interface IntrinsicElements { [NAME]: any; } } } export {};