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