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