import { LitElement } from "lit"; import { PanelStyle } from "./PanelStyle"; export declare class CometChatPanel extends LitElement { title: string; text: string; closeIconUrl: any; hideCloseButton: boolean; panelStyle: PanelStyle; static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; private handleCloseClick; private containerStyle; private titleStyle; private textStyle; private getbuttonStyle; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-panel": any; } } interface HTMLElementTagNameMap { "cometchat-panel": CometChatPanel; } } //# sourceMappingURL=cometchat-panel.d.ts.map