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