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