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