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