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