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