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