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