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