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