import { LitElement } from 'lit'; import { BackdropStyle } from './BackdropStyle'; export declare class CometChatBackdrop extends LitElement { isOpen: boolean; backdropStyle: BackdropStyle; static styles: import("lit").CSSResult[]; dispatchClickEvent: any; render(): import("lit-html").TemplateResult<1> | undefined; backDropStyle(): { height: string | undefined; width: string | undefined; border: string | undefined; borderRadius: string | undefined; background: string; position: string; }; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-backdrop": any; } } interface TagNameMap { 'cometchat-backdrop': CometChatBackdrop; } } //# sourceMappingURL=cometchat-backdrop.d.ts.map