import { LitElement, PropertyValueMap } from 'lit'; import { BaseStyle } from '../BaseStyle'; export declare class CometChatDraggable extends LitElement { draggableStyle: BaseStyle; draggableElement: any; constructor(); static styles: import("lit").CSSResult[]; state: any; protected firstUpdated(_changedProperties: PropertyValueMap | Map): void; enableDragging: (e: any) => void; startDragging: (e: any) => void; disableDragging: (e: any) => void; draggableWrapperStyle: () => { width: any; height: any; top: string; left: string; overflow: string; border: string | undefined; borderRadius: string | undefined; background: string | undefined; }; render(): import("lit-html").TemplateResult<1>; } declare global { namespace JSX { interface IntrinsicElements { "cometchat-draggable": any; } } interface HTMLElementTagNameMap { 'cometchat-draggable': any; } } //# sourceMappingURL=cometchat-draggable.d.ts.map