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