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