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