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