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