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