import { LitElement } from 'lit'; import { IconButtonAlignment } from '@cometchat/uikit-resources'; export declare class CometChatIconButton extends LitElement { disabled: boolean; text: string; iconURL: string; hoverText: string; buttonStyle: any; alignment: IconButtonAlignment; mirrorIcon: boolean; iconStyle: any; constructor(); static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; dispatchClickEvent: any; iconBackgroundStyles(): { background: any; borderRadius: string; height: string; width: string; padding: any; transform: 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