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