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