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