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