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