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