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