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