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