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