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