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