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