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