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