import { type YoutubeButtonProps } from '..'; /** * [Go to docs](https://flowbite-svelte.com/docs/plugins/wysiwyg) * ## Type * [YoutubeButtonProps](https://github.com/shinokada/flowbite-svelte-plugins/blob/main/src/lib/types.ts#L185) * ## Props * @prop modalChildren * @prop editor * @prop format = 'default' * @prop tooltipText * @prop id * @prop ariaLabel * @prop videoUrl = 'https: * videoWidth, * videoHeight, * modalTitle */ declare const YoutubeButton: import("svelte").Component; type YoutubeButton = ReturnType; export default YoutubeButton;