interface IconProps { class?: string; } /** * [Go to docs](https://flowbite-svelte.com/docs/plugins/wysiwyg) * ## Type * IconProps * ## Props * @prop class: className */ declare const Paragraph: import("svelte").Component; type Paragraph = ReturnType; export default Paragraph;