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