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