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