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