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