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