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