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