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