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