import { CardMessage } from "@cometchat/uikit-resources"; import { LitElement, nothing } from "lit"; import { CardBubbleStyle } from "./CardBubbleStyle"; export declare class CometChatCardBubble extends LitElement { message?: CardMessage; cardBubbleStyle?: CardBubbleStyle; private cardData?; private loggedInUser?; private interactedElements?; private showFullScreen; private isLoading; private loadingElement; static styles: import("lit").CSSResult[]; render(): typeof nothing | import("lit-html").TemplateResult<1>; private _renderButtonField; private _handleButtonClick; private setLoading; private markAsInteracted; private wrapperBubbleStyle; private getContainerStyle; private getImageStyle; private getDescriptionStyle; private fullScreenViewStyle; } declare global { interface HTMLElementTagNameMap { "cometchat-card-bubble": any; } interface TagNameMap { "cometchat-card-bubble": any; } } //# sourceMappingURL=cometchat-card-bubble.d.ts.map