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