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