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