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