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