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