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