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