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