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