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