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