/** @typedef {typeof __propDef.props} IconParagraphProps */ /** @typedef {typeof __propDef.events} IconParagraphEvents */ /** @typedef {typeof __propDef.slots} IconParagraphSlots */ export default class IconParagraph extends SvelteComponentTyped<{}, { [evt: string]: CustomEvent; }, {}> { } export type IconParagraphProps = typeof __propDef.props; export type IconParagraphEvents = typeof __propDef.events; export type IconParagraphSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};