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