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