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