import { LitElement } from 'lit'; import { BaseStyle } from '../BaseStyle'; export declare class CometChatAudioBubble extends LitElement { src: string; autoPlay: boolean; loop: boolean; muted: boolean; audioStyle: BaseStyle; static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; audioBubbleStyle: () => { width: string | undefined; height: string | undefined; border: string | undefined; borderRadius: string | undefined; background: string | undefined; }; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-audio-bubble": any; } } interface TagNameMap { 'cometchat-audio-bubble': CometChatAudioBubble; } } //# sourceMappingURL=cometchat-audio-bubble.d.ts.map