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