import React from 'react'; import { PlateEditor, PlatePlugin } from '@udecode/plate-common'; import { TablePlugin } from '@udecode/plate-table'; import { WithToolbarButton } from '../../implementation/Toolbars'; type TablePLuginOptions = WithToolbarButton & TablePlugin; export declare const tablePlugin: () => PlatePlugin; export declare function TableButton({ editor }: { editor: PlateEditor; }): React.JSX.Element; export {}; //# sourceMappingURL=tablePlugin.d.ts.map