import { LitElement } from 'lit'; export declare class CometChatButton extends LitElement { disabled: boolean; text: string; iconURL: string; hoverText: string; buttonStyle: any; iconStyle: any; constructor(); static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; dispatchClickEvent: any; buttonStyles(): any; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-button": any; } } interface TagNameMap { 'cometchat-button': CometChatButton; } } //# sourceMappingURL=cometchat-button.d.ts.map