import type { Components, JSX } from "../types/components";

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