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