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