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