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