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