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