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