import { type ToolbarRowWrapperProps } from '..'; /** * [Go to docs](https://flowbite-svelte.com/docs/plugins/wysiwyg) * ## Type * [ToolbarRowWrapperProps](https://github.com/shinokada/flowbite-svelte-plugins/blob/main/src/lib/types.ts#L181) * ## Props * @prop children * @prop toolbarrawprops * @prop ...restProps */ declare const ToolbarRowWrapper: import("svelte").Component; type ToolbarRowWrapper = ReturnType; export default ToolbarRowWrapper;