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