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