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