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