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