import type { Editor as TiptapEditor } from '@tiptap/core'; interface TableButtonProps { editor: TiptapEditor; 'data-testid'?: string; } declare const TableButton: ({ editor, ...restProps }: TableButtonProps) => import("react/jsx-runtime").JSX.Element; export default TableButton; //# sourceMappingURL=TableButton.d.ts.map