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