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