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