import type { Components, JSX } from "../types/components"; interface RuxIconThumbUp extends Components.RuxIconThumbUp, HTMLElement {} export const RuxIconThumbUp: { prototype: RuxIconThumbUp; new (): RuxIconThumbUp; };