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