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