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