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