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