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