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