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