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