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