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