import type { Components, JSX } from "../types/components"; interface UniBiHandThumbsUpFill extends Components.UniBiHandThumbsUpFill, HTMLElement {} export const UniBiHandThumbsUpFill: { prototype: UniBiHandThumbsUpFill; new (): UniBiHandThumbsUpFill; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;