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