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