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