import { LitElement } from 'lit'; export interface lalal { } export declare class CometChatStatusIndicator extends LitElement { backgroundColor: string; backgroundImage: string | null; statusIndicatorStyle: any; background: string; static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; getStyle: () => any; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-status-indicator": any; } } interface TagNameMap { 'cometchat-status-indicator': CometChatStatusIndicator; } } //# sourceMappingURL=cometchat-status-indicator.d.ts.map