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