import { LitElement } from 'lit'; import { IconStyle } from './IconStyle'; export declare class CometChatIcon extends LitElement { name: string; URL: string; iconStyle: IconStyle; static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1> | undefined; iconStyles(): { WebkitMask: string; background: string | undefined; height: string | undefined; width: string | undefined; WebkitMaskSize: string; }; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-icon": any; } } interface TagNameMap { 'cometchat-icon': CometChatIcon; } } //# sourceMappingURL=cometchat-icon.d.ts.map