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