/**
 * @license
 *-------------------------------------------------------------------------------------------
 * Copyright © 2026 Progress Software Corporation. All rights reserved.
 * Licensed under commercial license. See LICENSE.md in the package root for more information
 *-------------------------------------------------------------------------------------------
 */
import { marks } from '@progress/kendo-editor-common';
declare const nodes: {
    table: import('prosemirror-model').NodeSpec;
    table_row: import('prosemirror-model').NodeSpec;
    table_cell: import('prosemirror-model').NodeSpec;
    table_header: import('prosemirror-model').NodeSpec;
};
export { marks, nodes };
