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