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