import { LitElement } from 'lit'; import { LabelStyle } from './LabelStyle'; export declare class CometChatLabel extends LitElement { text: string; dir: "ltr" | "rtl" | "auto"; labelStyle: LabelStyle; static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; labelStyles(): { color: string | undefined; font: string | undefined; height: string; width: string; border: string | undefined; borderRadius: string | undefined; background: string | undefined; }; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-label": any; } } interface TagNameMap { 'cometchat-label': CometChatLabel; } } //# sourceMappingURL=cometchat-label.d.ts.map