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