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