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