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