import { CoreEditor, Mark } from '@kerebron/editor'; import { type CommandFactories, type CommandShortcuts } from '@kerebron/editor/commands'; import type { MarkSpec, MarkType } from 'prosemirror-model'; export declare class MarkUnderline extends Mark { name: string; requires: string[]; getMarkSpec(): MarkSpec; getCommandFactories(editor: CoreEditor, type: MarkType): Partial; getKeyboardShortcuts(): Partial; } //# sourceMappingURL=MarkUnderline.d.ts.map