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