import type { MdValue } from '@staticcms/markdown'; import type { PlateEditor, TablePlugin } from '@udecode/plate'; /** * Enables support for tables. */ declare const createTablePlugin: , OV extends import("@udecode/plate").Value = MdValue, OE extends PlateEditor = PlateEditor>(override?: Partial, OV, OE>> | undefined, overrideByKey?: import("@udecode/plate").OverrideByKey | undefined) => import("@udecode/plate").PlatePlugin, OV, OE>; export default createTablePlugin;