import { LitElement } from 'lit'; /** * Widget drag handle. */ export declare class WidgetDragHandle extends LitElement { static styles: import("lit").CSSResult; /** Force widget slot */ accessor slot: string; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'kyn-widget-drag-handle': WidgetDragHandle; } } //# sourceMappingURL=widgetDragHandle.d.ts.map