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