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