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