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