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