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