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