import { Node as TiptapNode } from '@tiptap/core'; import { type DocumentTabLeader, type DocumentTabStop } from './work-document-tab-stops'; export declare const DocumentTab: TiptapNode; export declare function layoutDocumentTabs(root: HTMLElement): void; export declare function nextDocumentTabStop(tabStops: readonly DocumentTabStop[], currentPosition: number): DocumentTabStop; export declare function documentTabLeaderLabel(leader: DocumentTabLeader): string;