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