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