import { LitElement } from 'lit'; import { IconButtonAlignment } from 'uikit-resources-lerna'; export declare class CometChatIconButton extends LitElement { disabled: boolean; text: string; iconURL: string; hoverText: string; buttonStyle: any; alignment: IconButtonAlignment; iconStyle: any; constructor(); static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; dispatchClickEvent: any; iconBackgroundStyles(): { background: any; height: string; width: string; borderRadius: string; padding: string; }; titleStyle(): { textFont: any; textColor: any; background: string; }; buttonStyles(): any; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-icon-button": any; } } interface HTMLElementTagNameMap { 'cometchat-icon-button': CometChatIconButton; } } //# sourceMappingURL=cometchat-icon-button.d.ts.map