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