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