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