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