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