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