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