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