import { LitElement } from 'lit'; export declare class ColumnDragIndicator extends LitElement { static styles: import("lit").CSSResult; targetRect: DOMRect | null; scale: number; render(): import("lit").TemplateResult<1> | null; } declare global { interface HTMLElementTagNameMap { 'affine-database-column-drag-indicator': ColumnDragIndicator; } } //# sourceMappingURL=column-drag-indicator.d.ts.map