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