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