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