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