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