import { LitElement } from 'lit'; import { ModalStyle } from './ModalStyle'; import { BackdropStyle } from '../CometChatBackdrop/BackdropStyle'; export declare class CometChatModal extends LitElement { title: string; closeIconURL: string; closeOnBackdropClick: boolean; modalStyle: ModalStyle; backdropStyle: BackdropStyle; iconStyle: any; slotView: any; constructor(); static styles: import("lit").CSSResult[]; dispatchClickEvent: any; render(): import("lit-html").TemplateResult<1>; modalWrapperStyle: () => { height: string | undefined; width: string | undefined; background: string | undefined; border: string | undefined; borderRadius: string | undefined; boxShadow: string | undefined; }; titleStyle: () => { font: string | undefined; color: string | undefined; }; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-modal": any; } } interface TagNameMap { 'cometchat-modal': CometChatModal; } } //# sourceMappingURL=cometchat-modal.d.ts.map