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