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