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