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