import type { TablePlugin } from './tablePluginType'; /** * Table plugin to be added to an `EditorPresetBuilder` and used with `ComposableEditor` * from `@atlaskit/editor-core`. */ declare const tablePlugin: TablePlugin; export default tablePlugin;