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