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