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