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