import { type TableButtonProps } from '..'; /** * [Go to docs](https://flowbite-svelte.com/docs/plugins/wysiwyg) * ## Type * [TableButtonProps](https://github.com/shinokada/flowbite-svelte-plugins/blob/main/src/lib/types.ts#L434) * ## Props * @prop editor * @prop action = 'table' * @prop tooltipText * @prop id * @prop ariaLabel * @prop class: className */ declare const TableButton: import("svelte").Component; type TableButton = ReturnType; export default TableButton;