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