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