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