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