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