import type { Components, JSX } from "../types/components"; interface RuxIconLocationSearching extends Components.RuxIconLocationSearching, HTMLElement {} export const RuxIconLocationSearching: { prototype: RuxIconLocationSearching; new (): RuxIconLocationSearching; };