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