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