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