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