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