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