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