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