import type { MdValue } from '@staticcms/markdown'; import type { PlateEditor, TablePlugin, WithPlatePlugin } from '@udecode/plate'; declare const withTable: (editor: PlateEditor, plugin: WithPlatePlugin, MdValue, PlateEditor>) => PlateEditor; export default withTable;