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