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