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