import { LitElement } from 'lit'; import { LoaderStyle } from './LoaderStyle'; export declare class CometChatLoader extends LitElement { name: string; iconURL: string; loaderStyle: LoaderStyle; iconStyle: any; constructor(); static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1> | undefined; loaderStyles: () => { height: string | undefined; width: string | undefined; border: string | undefined; borderRadius: string | undefined; background: string | undefined; }; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-loader": any; } } interface TagNameMap { 'cometchat-loader': CometChatLoader; } } //# sourceMappingURL=cometchat-loader.d.ts.map