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