import { LitElement } from 'lit'; declare const NAME = "canary-feedback-form"; export declare class CanaryFeedbackForm extends LitElement { title: string; render(): import('lit-html').TemplateResult<1>; private _handleCancel; private _handleSend; static styles: import('lit').CSSResult[]; } declare global { interface HTMLElementTagNameMap { [NAME]: CanaryFeedbackForm; } namespace JSX { interface IntrinsicElements { [NAME]: any; } } } export {};