import { LitElement, PropertyValueMap } from 'lit'; import { BaseStyle } from '../BaseStyle'; export declare class CometChatVideoBubble extends LitElement { src: string; autoPlay: boolean; loop: boolean; muted: boolean; poster: string; videoStyle: BaseStyle; posterImage: string; static styles: import("lit").CSSResult[]; protected firstUpdated(_changedProperties: PropertyValueMap | Map): void; updateImage(): void; render(): import("lit-html").TemplateResult<1>; videoBubbleStyle: () => { background: string | undefined; width: string | undefined; height: string | undefined; border: string | undefined; borderRadius: string | undefined; }; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-video-bubble": any; } } interface TagNameMap { 'cometchat-video-bubble': CometChatVideoBubble; } } //# sourceMappingURL=cometchat-video-bubble.d.ts.map