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