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